Mercurial > emacs
changeset 19486:31fbf3a289c1
(display-time-hook): Minor doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 23 Aug 1997 17:01:03 +0000 |
parents | eab8baa19dfa |
children | 67cdccd3cc4c |
files | lisp/time.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/time.el Sat Aug 23 06:51:42 1997 +0000 +++ b/lisp/time.el Sat Aug 23 17:01:03 1997 +0000 @@ -64,7 +64,7 @@ (defvar display-time-string nil) (defcustom display-time-hook nil - "* List of functions to be called when the time is updated on the mode line." + "*List of functions to be called when the time is updated on the mode line." :type 'hook :group 'display-time) @@ -208,7 +208,7 @@ (if (> (- (nth 1 (current-time)) (nth 1 start-time)) 20) ;; Record that mail file is not accessible. - (setq display-time-server-down-time + (setq display-time-server-down-time (nth 1 (current-time))) ;; Record that mail file is accessible. (setq display-time-server-down-time nil))))))