Fix todo-mode.el Commentary and a doc string (bug#64298)
* lisp/calendar/todo-mode.el: Explicitly note in the Commentary that the Todo mode user manual is a separate Info manual in the Emacs installation. (todo-always-add-time-string): Replace doc string, which was mistakenly retained in the initial merge of this version of todo-mode.el, by a correct description of this user option.
This commit is contained in:
parent
6ae83322d4
commit
11cead0d73
1 changed files with 15 additions and 6 deletions
|
@ -49,7 +49,8 @@
|
||||||
|
|
||||||
;; To get started, type `M-x todo-show'. For full details of the user
|
;; To get started, type `M-x todo-show'. For full details of the user
|
||||||
;; interface, commands and options, consult the Todo mode user manual,
|
;; interface, commands and options, consult the Todo mode user manual,
|
||||||
;; which is included in the Info documentation.
|
;; which is one of the Info manuals included in the standard Emacs
|
||||||
|
;; installation.
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
@ -1710,11 +1711,19 @@ insertion provided it doesn't begin with `todo-nondiary-marker'."
|
||||||
:group 'todo-edit)
|
:group 'todo-edit)
|
||||||
|
|
||||||
(defcustom todo-always-add-time-string nil
|
(defcustom todo-always-add-time-string nil
|
||||||
"Non-nil adds current time to a new item's date header by default.
|
"Whether to add the time to an item's date header by default.
|
||||||
When the todo insertion commands have a non-nil \"maybe-notime\"
|
|
||||||
argument, this reverses the effect of
|
If non-nil, this automatically adds the current time when adding
|
||||||
`todo-always-add-time-string': if t, these commands omit the
|
a new item using an insertion command without a time parameter,
|
||||||
current time, if nil, they include it."
|
or when tagging an item as done; when adding a new item using a
|
||||||
|
time parameter, or when editing the header of an existing todo item
|
||||||
|
using a time parameter, typing <return> automatically inserts the
|
||||||
|
current time.
|
||||||
|
|
||||||
|
When this option is nil (the default), no time string is inserted
|
||||||
|
either automatically or when typing <return> at the time
|
||||||
|
prompt (and in the latter case, when editing an existing time
|
||||||
|
string, typing <return> deletes it)."
|
||||||
:type 'boolean
|
:type 'boolean
|
||||||
:group 'todo-edit)
|
:group 'todo-edit)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue