diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2018-04-13 19:54:22 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2018-04-13 20:00:52 +0200 |
commit | b7ac2761fc5e58dd48b8b11642d16ba2b4f04c74 (patch) | |
tree | 15c6c757ed250957cf3dbaded2797c2234a5a7b2 /lisp/gnus/nnrss.el | |
parent | ffbb4e8d542df44ced5afd89221b0dfb234d8525 (diff) | |
download | emacs-b7ac2761fc5e58dd48b8b11642d16ba2b4f04c74.tar.gz emacs-b7ac2761fc5e58dd48b8b11642d16ba2b4f04c74.tar.bz2 emacs-b7ac2761fc5e58dd48b8b11642d16ba2b4f04c74.zip |
Clean up some defvoo doc strings
* lisp/gnus/nndiary.el: Remove "*" from doc strings from defvoo
elements (bug#23392).
* lisp/gnus/nndir.el: Ditto
* lisp/gnus/nndoc.el: Ditto.
* lisp/gnus/nnrss.el: Ditto.
* lisp/gnus/nnspool.el: Ditto.
* lisp/gnus/nntp.el: Ditto.
Diffstat (limited to 'lisp/gnus/nnrss.el')
-rw-r--r-- | lisp/gnus/nnrss.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnrss.el b/lisp/gnus/nnrss.el index c38f7eb79b9..f80e2c51078 100644 --- a/lisp/gnus/nnrss.el +++ b/lisp/gnus/nnrss.el @@ -49,7 +49,7 @@ "Where nnrss will save its files.") (defvoo nnrss-ignore-article-fields '(slash:comments) - "*List of fields that should be ignored when comparing RSS articles. + "List of fields that should be ignored when comparing RSS articles. Some RSS feeds update article fields during their lives, e.g. to indicate the number of comments or the number of times the articles have been seen. However, if there is a difference |