diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-08-01 08:44:42 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-08-01 08:44:42 -0700 |
commit | 69402c0269859f30be8b62ccd313292db0e73693 (patch) | |
tree | 93d462545f1dd18fe5b6c0fed1e373170cff01d5 /lisp/calendar/todo-mode.el | |
parent | eef5843c3458907e4bef35be10d46fea99f412f9 (diff) | |
download | emacs-69402c0269859f30be8b62ccd313292db0e73693.tar.gz |
Spelling+grammar fix.
Diffstat (limited to 'lisp/calendar/todo-mode.el')
-rw-r--r-- | lisp/calendar/todo-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el index 6a857a10fda..ab12ebc17f0 100644 --- a/lisp/calendar/todo-mode.el +++ b/lisp/calendar/todo-mode.el @@ -5226,7 +5226,7 @@ Overrides `diary-goto-entry'." (defun todo--user-error-if-marked-done-item () "Signal user error on marked done items. -Helper funtion for editing commands that only apply to (possibly +Helper function for editing commands that apply only to (possibly marked) not done todo items." (save-excursion (save-restriction |