summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus.el
diff options
context:
space:
mode:
authorAndrew G Cohen <cohen@andy.bu.edu>2020-09-05 16:47:06 +0800
committerAndrew G Cohen <cohen@andy.bu.edu>2020-09-05 16:47:06 +0800
commit22570d18bab6614ea21ea4fd9156eeb684194f6e (patch)
treefa6a3fb4dcd156a32bc7b457997c0b3d38fff1d6 /lisp/gnus/gnus.el
parenta6b45145824043eb0c049270ef37e64f1a677b4e (diff)
downloademacs-22570d18bab6614ea21ea4fd9156eeb684194f6e.tar.gz
emacs-22570d18bab6614ea21ea4fd9156eeb684194f6e.tar.bz2
emacs-22570d18bab6614ea21ea4fd9156eeb684194f6e.zip
; Document new gnus-summary-line-format items
* lisp/gnus/gnus.el (gnus-summary-line-format): Include %Z, %G, and %g in the docstring. * doc/misc/gnus.texi (Summary Buffer Lines): Document %Z, %G, and %g specifications.
Diffstat (limited to 'lisp/gnus/gnus.el')
-rw-r--r--lisp/gnus/gnus.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el
index 4e3fc9868b4..561e6b8cf4b 100644
--- a/lisp/gnus/gnus.el
+++ b/lisp/gnus/gnus.el
@@ -2705,6 +2705,11 @@ with some simple extensions.
%k Pretty-printed version of the above (string)
For example, \"1.2k\" or \"0.4M\".
%L Number of lines in the article (integer)
+%Z RSV of the article; nil if not in an nnselect group (integer)
+%G Originating group name for the article; nil if not
+ in an nnselect group (string)
+%g Short from of the originating group name for the article;
+ nil if not in an nnselect group (string)
%I Indentation based on thread level (a string of
spaces)
%B A complex trn-style thread tree (string)