* message.el: Change some comments WRT tool-bars.
authorReiner Steib <Reiner.Steib@gmx.de>
Wed, 25 Jan 2006 17:45:01 +0000 (17:45 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Wed, 25 Jan 2006 17:45:01 +0000 (17:45 +0000)
lisp/ChangeLog
lisp/message.el

index 3a2b99f..eacf76b 100644 (file)
@@ -1,5 +1,7 @@
 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
 
+       * message.el: Change some comments WRT tool-bars.
+
        * gnus-sum.el (gnus-summary-tool-bar)
        (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
        (gnus-summary-tool-bar-zap-list): New variables.
index 0ab8d9d..bdb57da 100644 (file)
@@ -6705,9 +6705,9 @@ which specify the range to operate on."
   (defvar tool-bar-map)
   (defvar tool-bar-mode))
 
-;; Note: The :set function in the `message-tool-bar*' will only affect _new_
-;; message buffers.  We might add a function that walks thru all message-mode
-;; buffers and force the update.
+;; Note: The :set function in the `message-tool-bar*' variables will only
+;; affect _new_ message buffers.  We might add a function that walks thru all
+;; message-mode buffers and force the update.
 (defun message-tool-bar-update (&optional symbol value)
   "Update message mode toolbar.
 Setter function for custom variables."
@@ -6718,8 +6718,7 @@ Setter function for custom variables."
        (setq-default message-tool-bar-map nil))
     (message-make-tool-bar t)))
 
-;; The default will be changed to `message-tool-bar-gnome' when the new icons
-;; have been checked in:
+;; The default will be changed when the new icons have been checked in:
 (defcustom message-tool-bar 'message-tool-bar-retro
   "Specifies the message mode tool bar.