diff options
| -rw-r--r-- | lisp/gnus/gnus-start.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el index ea81a60ad4b..418cef404dd 100644 --- a/lisp/gnus/gnus-start.el +++ b/lisp/gnus/gnus-start.el | |||
| @@ -197,6 +197,7 @@ Gnus always reads its own startup file, which is called | |||
| 197 | be readily understood by other newsreaders. If you don't plan on | 197 | be readily understood by other newsreaders. If you don't plan on |
| 198 | using other newsreaders, set this variable to nil to save some time on | 198 | using other newsreaders, set this variable to nil to save some time on |
| 199 | entry." | 199 | entry." |
| 200 | :version "21.1" | ||
| 200 | :group 'gnus-newsrc | 201 | :group 'gnus-newsrc |
| 201 | :type 'boolean) | 202 | :type 'boolean) |
| 202 | 203 | ||