]> git.eshelyaron.com Git - emacs.git/commitdiff
* time.el (display-time-day-and-date): Remove spurious * in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 19 Jul 2010 10:42:22 +0000 (12:42 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 19 Jul 2010 10:42:22 +0000 (12:42 +0200)
  (display-time-world-buffer-name, display-time-world-mode-map):
  Fix typos in docstrings.

lisp/ChangeLog
lisp/time.el

index b0dbe931e9ff57c38a27546e7eed3d2f6c67f783..05f72778b4fd08d871bc007425fdfc6abccda875 100644 (file)
@@ -1,3 +1,9 @@
+2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       * 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.
+
 2010-07-17  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
 
        * image-mode.el (image-display-size): New function.
index 5c3456e9c59f45047c787153d22282e6846a9117..302a8c7cd737500998c23eae60b7f198bdfd0c68 100644 (file)
@@ -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 ()