diff options
author | Reiner Steib <Reiner.Steib@gmx.de> | 2007-03-31 13:57:00 +0000 |
---|---|---|
committer | Reiner Steib <Reiner.Steib@gmx.de> | 2007-03-31 13:57:00 +0000 |
commit | 8aed9ac5f3ecf601ccc346f08de95a96e05329b7 (patch) | |
tree | ff32881d80c003bdfa6cac413856cf1d5f8e405c /lisp/gnus/gmm-utils.el | |
parent | 5e472eb6ee4e27f453aeff0bad8f62b8ce7c885b (diff) | |
download | emacs-8aed9ac5f3ecf601ccc346f08de95a96e05329b7.tar.gz |
* nnmail.el (nnmail-spool-file): Mark as obsolete.
(nnmail-get-new-mail): Reformat.
* gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
* gmm-utils.el: Fix Commentary.
(gmm-tool-bar-from-list): Fix typo in doc string.
Diffstat (limited to 'lisp/gnus/gmm-utils.el')
-rw-r--r-- | lisp/gnus/gmm-utils.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/gmm-utils.el b/lisp/gnus/gmm-utils.el index 84b69edb575..9241e96d042 100644 --- a/lisp/gnus/gmm-utils.el +++ b/lisp/gnus/gmm-utils.el @@ -26,7 +26,7 @@ ;; This library provides self-contained utility functions. The functions are ;; used in Gnus, Message and MML, but within this library there are no -;; dependencies on Gnus, Message, or MML or Gnus. +;; dependencies on Gnus, Message, or MML. ;;; Code: @@ -217,7 +217,7 @@ Within each entry of ICON-LIST, the first element is a menu command, the second element is an icon file name and the third element is a test function. You can use \\[describe-key] <menu-entry> to find out the name of a menu command. The fourth -and all following elements are passed a the PROPS argument to the +and all following elements are passed as the PROPS argument to the function `tool-bar-local-item'. If ZAP-LIST is a list, remove those item from the default |