aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2014-08-01 08:44:42 -0700
committerPaul Eggert2014-08-01 08:44:42 -0700
commit69402c0269859f30be8b62ccd313292db0e73693 (patch)
tree93d462545f1dd18fe5b6c0fed1e373170cff01d5
parenteef5843c3458907e4bef35be10d46fea99f412f9 (diff)
downloademacs-69402c0269859f30be8b62ccd313292db0e73693.tar.gz
emacs-69402c0269859f30be8b62ccd313292db0e73693.zip
Spelling+grammar fix.
-rw-r--r--lisp/calendar/todo-mode.el2
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.
5229Helper funtion for editing commands that only apply to (possibly 5229Helper function for editing commands that apply only to (possibly
5230marked) not done todo items." 5230marked) not done todo items."
5231 (save-excursion 5231 (save-excursion
5232 (save-restriction 5232 (save-restriction