emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99934: * time.el (display-time-da


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99934: * time.el (display-time-day-and-date): Remove spurious * in docstring.
Date: Mon, 19 Jul 2010 12:42:22 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99934
committer: Juanma Barranquero <address@hidden>
branch nick: emacs-23
timestamp: Mon 2010-07-19 12:42:22 +0200
message:
  * 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.
modified:
  lisp/ChangeLog
  lisp/time.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-07-17 21:51:04 +0000
+++ b/lisp/ChangeLog    2010-07-19 10:42:22 +0000
@@ -1,3 +1,9 @@
+2010-07-19  Juanma Barranquero  <address@hidden>
+
+       * 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  <address@hidden>  (tiny change)
 
        * image-mode.el (image-display-size): New function.

=== modified file 'lisp/time.el'
--- a/lisp/time.el      2010-01-13 08:35:10 +0000
+++ b/lisp/time.el      2010-07-19 10:42:22 +0000
@@ -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 ()


reply via email to

[Prev in Thread] Current Thread [Next in Thread]