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/nnspool.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/nnspool.el')
-rw-r--r-- | lisp/gnus/nnspool.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnspool.el b/lisp/gnus/nnspool.el index 128ce7cac66..c4dc575dcd4 100644 --- a/lisp/gnus/nnspool.el +++ b/lisp/gnus/nnspool.el @@ -105,7 +105,7 @@ If nil, nnspool will load the entire file into a buffer and process it there.") (defvoo nnspool-rejected-article-hook nil - "*A hook that will be run when an article has been rejected by the server.") + "A hook that will be run when an article has been rejected by the server.") (defvoo nnspool-file-coding-system nnheader-file-coding-system "Coding system for nnspool.") |