From fcdeeb9101b101fd921ff3866f14c775a55b220f Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 28 Nov 2011 15:11:52 +0100 Subject: [PATCH] Fix typos fixed in Emacs trunk. * org-freemind.el (org-freemind-write-mm-buffer): Fix typo. * org-colview.el (org-columns-edit-value) (org-columns-next-allowed-value): Fix typos. * org-bibtex.el (org-bibtex-autogen-keys): Fix typo. * org-clock.el (org-clock-special-range): Fix typo. Thanks to Paul Eggert for these fixes. --- lisp/org-bibtex.el | 2 +- lisp/org-clock.el | 2 +- lisp/org-colview.el | 4 ++-- lisp/org-freemind.el | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el index 6d6bc1c44..c9d62fb22 100644 --- a/lisp/org-bibtex.el +++ b/lisp/org-bibtex.el @@ -214,7 +214,7 @@ "List to hold parsed bibtex entries.") (defcustom org-bibtex-autogen-keys nil - "Set to a truthy value to use `bibtex-generate-autokey' to generate keys." + "Set to a truth value to use `bibtex-generate-autokey' to generate keys." :group 'org-bibtex :type 'boolean) diff --git a/lisp/org-clock.el b/lisp/org-clock.el index 5dbe4dca1..2534229e0 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -1919,7 +1919,7 @@ the returned times will be formatted strings." shiftedm (- 13 (* 3 (nth 1 tmp))) shiftedq (- 5 (nth 1 tmp)))) (setq d 1 h 0 m 0 d1 1 month shiftedm month1 (+ 3 shiftedm) h1 0 m1 0 y shiftedy)) - ((> (+ q shift) 0) ; shift is whitin this year + ((> (+ q shift) 0) ; shift is within this year (setq shiftedq (+ q shift)) (setq shiftedy y) (setq d 1 h 0 m 0 d1 1 month (+ 1 (* 3 (- (+ q shift) 1))) month1 (+ 4 (* 3 (- (+ q shift) 1))) h1 0 m1 0)))) diff --git a/lisp/org-colview.el b/lisp/org-colview.el index c1fb55586..84d1897f2 100644 --- a/lisp/org-colview.el +++ b/lisp/org-colview.el @@ -477,7 +477,7 @@ Where possible, use the standard interface for changing this line." ((equal major-mode 'org-agenda-mode) (org-columns-eval eval) ;; The following let preserves the current format, and makes sure - ;; that in only a single file things need to be upated. + ;; that in only a single file things need to be updated. (let* ((org-agenda-overriding-columns-format org-columns-current-fmt) (buffer (marker-buffer pom)) (org-agenda-contributing-files @@ -608,7 +608,7 @@ an integer, select that value." ((equal major-mode 'org-agenda-mode) (org-columns-eval '(org-entry-put pom key nval)) ;; The following let preserves the current format, and makes sure - ;; that in only a single file things need to be upated. + ;; that in only a single file things need to be updated. (let* ((org-agenda-overriding-columns-format org-columns-current-fmt) (buffer (marker-buffer pom)) (org-agenda-contributing-files diff --git a/lisp/org-freemind.el b/lisp/org-freemind.el index 736228e72..7055bfade 100644 --- a/lisp/org-freemind.el +++ b/lisp/org-freemind.el @@ -659,7 +659,7 @@ Otherwise give an error say the file exists." (with-current-buffer mm-buffer (erase-buffer) (setq buffer-file-coding-system 'utf-8) - ;; Fix-me: Currentl Freemind (ver 0.9.0 RC9) does not support this: + ;; Fix-me: Currently Freemind (ver 0.9.0 RC9) does not support this: ;;(insert "\n") (insert "\n") (insert "\n")) -- 2.11.4.GIT