mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-26 08:41:47 -07:00
Add a doc string to display-time-string
* lisp/time.el: Add a doc string to `display-time-string',
because it's referred to in the manual, and is too mysterious
otherwise (bug#21002).
(cherry picked from commit 45559c584e)
This commit is contained in:
parent
6d8c2d0fdc
commit
ecdb340c2d
1 changed files with 4 additions and 1 deletions
|
|
@ -108,7 +108,10 @@ A value of nil means 1 <= hh <= 12, and an AM/PM suffix is used."
|
|||
:type 'boolean
|
||||
:group 'display-time)
|
||||
|
||||
(defvar display-time-string nil)
|
||||
(defvar display-time-string nil
|
||||
"String used in mode lines to display a time string.
|
||||
It should not be set directly, but is instead updated by the
|
||||
`display-time' function.")
|
||||
;;;###autoload(put 'display-time-string 'risky-local-variable t)
|
||||
|
||||
(defcustom display-time-hook nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue