diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-07-19 12:42:22 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-07-19 12:42:22 +0200 |
commit | 7c7c04c037f2280f01f7e088b6f7b491d0d0f150 (patch) | |
tree | d5aa5ef36f4a30aafd6adfeb5f541f4e2164f8a0 /lisp/time.el | |
parent | e72b6fa4b2323c27af49e790e8f20a33be51559b (diff) | |
download | emacs-7c7c04c037f2280f01f7e088b6f7b491d0d0f150.tar.gz |
* time.el (display-time-day-and-date): Remove spurious * in docstring.
(display-time-world-buffer-name, display-time-world-mode-map):
Fix typos in docstrings.
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 5c3456e9c59..302a8c7cd73 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 () |