* nnimap.el (nnimap-split-fancy): Ditto.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 12 Apr 2003 21:47:24 +0000 (21:47 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 12 Apr 2003 21:47:24 +0000 (21:47 +0000)
* gnus-sum.el (gnus-summary-line-message-size): Ditto.

* gnus-cus.el (gnus-group-parameters): Removed "which see".

lisp/ChangeLog
lisp/gnus-cus.el
lisp/gnus-sum.el
lisp/nnimap.el

index d120bf0..d2fcc7f 100644 (file)
@@ -1,5 +1,11 @@
 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * nnimap.el (nnimap-split-fancy): Ditto.
+
+       * gnus-sum.el (gnus-summary-line-message-size): Ditto.
+
+       * gnus-cus.el (gnus-group-parameters): Removed "which see".
+
        * mml.el (mml-minibuffer-read-file): Bind
        completion-ignored-extensions to nil.
 
index ba32cbe..c8c369e 100644 (file)
@@ -159,7 +159,7 @@ days (not necessarily an integer) or the symbols `never' or
                           string) "\
 Where expired messages end up.
 
-Overrides `nnmail-expiry-target', which see.")
+Overrides `nnmail-expiry-target'.")
 
     (score-file (file :tag "Score File") "\
 Make the specified file into the current score file.
index 3ec9c5a..d83f7d4 100644 (file)
@@ -3389,7 +3389,7 @@ the thread are to be displayed."
 (defsubst gnus-summary-line-message-size (head)
   "Return pretty-printed version of message size.
 This function is intended to be used in
-`gnus-summary-line-format-alist', which see."
+`gnus-summary-line-format-alist'."
   (let ((c (or (mail-header-chars head) -1)))
     (cond ((< c 0) "n/a")              ; chars not available
          ((< c (* 1000 10)) (format "%1.1fk" (/ c 1024.0)))
index bc576f4..6daace9 100644 (file)
@@ -192,7 +192,7 @@ RFC2060 section 6.4.4."
   :type 'string)
 
 (defcustom nnimap-split-fancy nil
-  "Like the variable `nnmail-split-fancy', which see."
+  "Like the variable `nnmail-split-fancy'."
   :group 'nnimap
   :type 'sexp)