changeset 109336:e510f7e2723a

* 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.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 19 Jul 2010 12:42:22 +0200
parents 230227e56fa7
children 6f6d05f979a2
files lisp/ChangeLog lisp/time.el
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Jul 17 17:57:06 2010 -0400
+++ b/lisp/ChangeLog	Mon Jul 19 12:42:22 2010 +0200
@@ -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.
--- a/lisp/time.el	Sat Jul 17 17:57:06 2010 -0400
+++ b/lisp/time.el	Mon Jul 19 12:42:22 2010 +0200
@@ -87,7 +87,7 @@
 
 ;;;###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 @@
   :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 @@
   (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 ()