emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 0b0d91e: * lisp/calendar/todo-mode.el (todo-toggl


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 0b0d91e: * lisp/calendar/todo-mode.el (todo-toggle-mark-item): Fix doc typo.
Date: Fri, 27 Oct 2017 20:06:38 -0400 (EDT)

branch: emacs-26
commit 0b0d91e60a0c25fdb1b3f20128d4bcab398ea6df
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/calendar/todo-mode.el (todo-toggle-mark-item): Fix doc typo.
---
 lisp/calendar/todo-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el
index d12dfc5..3e56821 100644
--- a/lisp/calendar/todo-mode.el
+++ b/lisp/calendar/todo-mode.el
@@ -1756,7 +1756,7 @@ means prompt user and omit comment only on confirmation."
 With positive numerical prefix argument N, change the marking of
 the next N items in the current category.  If both the todo and
 done items sections are visible, the sequence of N items can
-consist of the the last todo items and the first done items."
+consist of the last todo items and the first done items."
   (interactive "p")
   (when (todo-item-string)
     (let ((cat (todo-current-category)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]