# HG changeset patch # User Juanma Barranquero # Date 1279536142 -7200 # Node ID e510f7e2723afb67745856142d55dced480d7a13 # Parent 230227e56fa74429765f98c04cddfd795c9e0adc * 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. diff -r 230227e56fa7 -r e510f7e2723a lisp/ChangeLog --- 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 + + * 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 (tiny change) * image-mode.el (image-display-size): New function. diff -r 230227e56fa7 -r e510f7e2723a lisp/time.el --- 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 ()