Fixed typos.

This commit is contained in:
Bastien Guerry 2008-02-28 16:59:42 +00:00
parent c6629c8f96
commit 5d8d085a43
1 changed files with 2 additions and 2 deletions

4
org.el
View File

@ -1257,7 +1257,7 @@ Needs to be set before org.el is loaded."
(defcustom org-mouse-1-follows-link t
"Non-nil means, mouse-1 on a link will follow the link.
A longer mouse click will still set point. Does not wortk on XEmacs.
A longer mouse click will still set point. Does not work on XEmacs.
Needs to be set before org.el is loaded."
:group 'org-link-follow
:type 'boolean)
@ -2596,7 +2596,7 @@ N days, just insert a special line indicating the size of the gap."
(defcustom org-agenda-mouse-1-follows-link nil
"Non-nil means, mouse-1 on a link will follow the link in the agenda.
A longer mouse click will still set point. Does not wortk on XEmacs.
A longer mouse click will still set point. Does not work on XEmacs.
Needs to be set before org.el is loaded."
:group 'org-agenda-startup
:type 'boolean)