Fix typos in logic for org.el

This commit is contained in:
Bernt Hansen 2008-12-16 10:14:06 -05:00
parent 01c792a0e7
commit 323c9cd36c
1 changed files with 2 additions and 2 deletions

View File

@ -1061,7 +1061,7 @@ Needs to be set before org.el is loaded."
"Number of different positions to be recorded in the ring "Number of different positions to be recorded in the ring
Changing this requires a restart of Emacs to work correctly." Changing this requires a restart of Emacs to work correctly."
:group 'org-link-follow :group 'org-link-follow
:type 'interger) :type 'integer)
(defcustom org-link-frame-setup (defcustom org-link-frame-setup
'((vm . vm-visit-folder-other-frame) '((vm . vm-visit-folder-other-frame)
@ -12693,7 +12693,7 @@ because, in this case the deletion might narrow the column."
;; Make pabbrev-mode expand after org-mode commands ;; Make pabbrev-mode expand after org-mode commands
(put 'org-self-insert-command 'pabbrev-expand-after-command t) (put 'org-self-insert-command 'pabbrev-expand-after-command t)
(put 'orgybl-self-insert-command 'pabbrev-expand-after-command t) (put 'orgtbl-self-insert-command 'pabbrev-expand-after-command t)
;; How to do this: Measure non-white length of current string ;; How to do this: Measure non-white length of current string
;; If equal to column width, we should realign. ;; If equal to column width, we should realign.