Fix typos.
This commit is contained in:
parent
1f204af3e4
commit
a35cae746a
1 changed files with 7 additions and 7 deletions
|
@ -1083,8 +1083,8 @@
|
|||
2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
|
||||
|
||||
* calc/calc-yank.el (calc-register-alist): New variable.
|
||||
(calc-set-register,calc-get-register,calc-copy-to-register)
|
||||
(calc-insert-register,calc-add-to-register,calc-append-to-register)
|
||||
(calc-set-register, calc-get-register, calc-copy-to-register)
|
||||
(calc-insert-register, calc-add-to-register, calc-append-to-register)
|
||||
(calc-prepend-to-register): New functions.
|
||||
|
||||
* calc/calc-ext.el (calc-init-extensions): Add keybindings for
|
||||
|
@ -1247,7 +1247,7 @@
|
|||
* add-log.el (top-level): Don't require cl when compiling.
|
||||
|
||||
* arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
|
||||
(archive-*-extract): Use `zerop'
|
||||
(archive-*-extract): Use `zerop'.
|
||||
(archive-*-write-file-member): Use `or', use `zerop'.
|
||||
|
||||
* diff-mode.el (diff-current-defun): Use `buffer-local-value'.
|
||||
|
@ -2322,7 +2322,7 @@
|
|||
(org-modules): Allow additional symbols for external packages.
|
||||
(org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
|
||||
(org-clock-goto): Hide drawers after showing an
|
||||
entry with `org-clock-goto.'
|
||||
entry with `org-clock-goto'.
|
||||
(org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
|
||||
Try also a clocktable block shift.
|
||||
(org-clocktable-try-shift): New function.
|
||||
|
@ -4150,7 +4150,7 @@
|
|||
(calendar-increment-month-cons): Rename old calendar-increment-month.
|
||||
Update callers.
|
||||
(calendar-extract-month): Rename extract-calendar-month.
|
||||
Keep old name as alias, update callers
|
||||
Keep old name as alias, update callers.
|
||||
(calendar-extract-day): Rename extract-calendar-day.
|
||||
Keep old name as alias, update callers.
|
||||
(calendar-extract-year): Rename extract-calendar-year.
|
||||
|
@ -4182,7 +4182,7 @@
|
|||
rather than using calendar functions.
|
||||
(org-read-date, org-goto-calendar, org-agenda-goto-calendar):
|
||||
Also set calendar-view-diary-initially-flag,
|
||||
calendar-view-holidays-initially-flag
|
||||
calendar-view-holidays-initially-flag.
|
||||
(org-get-entries-from-diary): Also set diary-fancy-buffer.
|
||||
(org-agenda-execute-calendar-command): No need to set displayed-day.
|
||||
|
||||
|
@ -6824,7 +6824,7 @@
|
|||
(org-todo): Handle the new ways of recording state change stuff.
|
||||
(org-local-logging): New function.
|
||||
(org-columns-open-link): Fix bug with opening link in column view.
|
||||
(org-local-logging): New function
|
||||
(org-local-logging): New function.
|
||||
(org-todo): Make sure that LOGGING properties are honoured.
|
||||
(org-todo-keywords): Improve docstring.
|
||||
(org-startup-options): Cleanup startup options.
|
||||
|
|
Loading…
Add table
Reference in a new issue