diff options
| author | Paul Eggert | 2014-08-01 08:44:42 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-08-01 08:44:42 -0700 |
| commit | 69402c0269859f30be8b62ccd313292db0e73693 (patch) | |
| tree | 93d462545f1dd18fe5b6c0fed1e373170cff01d5 | |
| parent | eef5843c3458907e4bef35be10d46fea99f412f9 (diff) | |
| download | emacs-69402c0269859f30be8b62ccd313292db0e73693.tar.gz emacs-69402c0269859f30be8b62ccd313292db0e73693.zip | |
Spelling+grammar fix.
| -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'." | |||
| 5226 | 5226 | ||
| 5227 | (defun todo--user-error-if-marked-done-item () | 5227 | (defun todo--user-error-if-marked-done-item () |
| 5228 | "Signal user error on marked done items. | 5228 | "Signal user error on marked done items. |
| 5229 | Helper funtion for editing commands that only apply to (possibly | 5229 | Helper function for editing commands that apply only to (possibly |
| 5230 | marked) not done todo items." | 5230 | marked) not done todo items." |
| 5231 | (save-excursion | 5231 | (save-excursion |
| 5232 | (save-restriction | 5232 | (save-restriction |