]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/nntp.el
Leading "*" in the doc of defvars is long obsolete.
[gnu-emacs] / lisp / gnus / nntp.el
index fa5f0e6c5821e62c211ffc33b7f2870f81ccd190..38e7c6ecbbea7039954eb0a80274339e3d6c5f0b 100644 (file)
@@ -252,8 +252,10 @@ update their active files often, this can help.")
 ;;; Internal variables.
 
 (defvoo nntp-retrieval-in-progress nil)
-(defvar nntp-record-commands nil
-  "*If non-nil, nntp will record all commands in the \"*nntp-log*\" buffer.")
+(defcustom nntp-record-commands nil
+  "If non-nil, nntp will record all commands in the \"*nntp-log*\" buffer."
+  :group 'nntp
+  :type 'boolean)
 
 (defvar nntp-have-messaged nil)