diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-07-27 04:10:05 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-07-27 04:10:05 +0200 |
commit | 0ed082fedf31241b54ef2294c29c4880a7472e0e (patch) | |
tree | 096e3bcc109e439b48fb299bae744d58f3d09377 /lisp/time.el | |
parent | aa2d4bd3438df0855c168c960e03d1f8ea25ae71 (diff) | |
parent | 4ce5a4ccd4cca6dcdc6d8bafa8cfaea1986e7e6e (diff) | |
download | emacs-0ed082fedf31241b54ef2294c29c4880a7472e0e.tar.gz |
Merge from emacs-23
Diffstat (limited to 'lisp/time.el')
-rw-r--r-- | lisp/time.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/time.el b/lisp/time.el index e09ceaec18a..d512faefee0 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -87,7 +87,7 @@ The value can be one of: ;;;###autoload (defcustom display-time-day-and-date nil "\ -*Non-nil means \\[display-time] should display day and date as well as time." +Non-nil means \\[display-time] should display day and date as well as time." :type 'boolean :group 'display-time) @@ -182,7 +182,7 @@ LABEL is a string to display as the label of that TIMEZONE's time." :version "23.1") (defcustom display-time-world-buffer-name "*wclock*" - "Name of the wclock buffer." + "Name of the world clock buffer." :group 'display-time :type 'string :version "23.1") @@ -203,7 +203,7 @@ LABEL is a string to display as the label of that TIMEZONE's time." (let ((map (make-sparse-keymap))) (define-key map "q" 'kill-this-buffer) map) - "Keymap of Display Time World mode") + "Keymap of Display Time World mode.") ;;;###autoload (defun display-time () |