* gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the string.
authorLars Magne Ingebrigtsen <larsi@tmp-office.(none)>
Sat, 10 Sep 2011 20:37:44 +0000 (22:37 +0200)
committerLars Magne Ingebrigtsen <larsi@tmp-office.(none)>
Sat, 10 Sep 2011 20:37:44 +0000 (22:37 +0200)
lisp/ChangeLog
lisp/gnus-art.el

index c4eb8d3..b1f8c2b 100644 (file)
@@ -1,5 +1,8 @@
 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
+       string. 
+
        * plstore.el (plstore--get-buffer): Silence compiler warnings by
        renaming function arguments from `this'.
 
index 39abad7..8149e55 100644 (file)
@@ -1237,9 +1237,12 @@ predicate.  See Info node `(gnus)Customizing Articles'."
   :type gnus-article-treat-custom)
 
 (defcustom gnus-treat-hide-citation-maybe nil
-  "Hide cited text.
+  "Hide cited text according to certain conditions.
 Valid values are nil, t, `head', `first', `last', an integer or a
-predicate.  See Info node `(gnus)Customizing Articles'."
+predicate.  See Info node `(gnus)Customizing Articles'.
+
+See `gnus-cite-hide-percentage' and `gnus-cite-hide-absolute' for
+how to control what it hides."
   :group 'gnus-article-treat
   :link '(custom-manual "(gnus)Customizing Articles")
   :type gnus-article-treat-custom)