From 20a9ad7af955e38d60adcdc80673d2f1fd9b673f Mon Sep 17 00:00:00 2001 From: Bernt Hansen Date: Tue, 16 Dec 2008 11:25:37 -0500 Subject: [PATCH] Fix typos in org-mouse.el --- lisp/org-mouse.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org-mouse.el b/lisp/org-mouse.el index a849ea2c2..91ad1201a 100644 --- a/lisp/org-mouse.el +++ b/lisp/org-mouse.el @@ -50,7 +50,7 @@ ;; (require 'org-mouse) ;; -;; Fixme: +;; FIXME: ;; + deal with folding / unfolding issues ;; TODO (This list is only theoretical, if you'd like to have some @@ -68,7 +68,7 @@ ;; History: ;; -;; SInce version 5.10: Changes are listed in the general org-mode docs. +;; Since version 5.10: Changes are listed in the general org-mode docs. ;; ;; Version 5.09 ;; + Version number synchronization with Org-mode. @@ -331,7 +331,7 @@ Returns a menu fragment consisting of KEYWORDS. When a keyword is selected, group GROUP of the current match is replaced by the keyword. The method ensures that both ends of the replacement are separated from the rest of the text in the buffer by -individual spaces (unless NOSURROND is non-nil). +individual spaces (unless NOSURROUND is non-nil). The final entry of the menu is always \"None\", which removes the match. -- 2.11.4.GIT