# HG changeset patch # User Katsumi Yamaoka # Date 1285228752 0 # Node ID 10e44274dbb449eafa0e6d4390dac9b06dff88b7 # Parent 906ce0f04ef3d318e1b6b36820971cfd342e62ea gnus-group.el (gnus-group-update-hook): Add missing version. gnus-group.el (gnus-group-highlight-line): Docstring fix. nnimap.el (nnimap-stream): Fix docstring. diff -r 906ce0f04ef3 -r 10e44274dbb4 lisp/gnus/gnus-group.el --- a/lisp/gnus/gnus-group.el Thu Sep 23 00:55:01 2010 -0700 +++ b/lisp/gnus/gnus-group.el Thu Sep 23 07:59:12 2010 +0000 @@ -295,6 +295,7 @@ (defcustom gnus-group-update-hook nil "Hook called when a group line is changed." :group 'gnus-group-visual + :version "24.1" :type 'hook) (defcustom gnus-useful-groups @@ -1673,7 +1674,7 @@ (defun gnus-group-highlight-line (group beg end) "Highlight the current line according to `gnus-group-highlight'. -GROUP is current group, and the line to highlight starts at START +GROUP is current group, and the line to highlight starts at BEG and ends at END." (let ((face (cdar (gnus-group-update-eval-form group diff -r 906ce0f04ef3 -r 10e44274dbb4 lisp/gnus/nnimap.el --- a/lisp/gnus/nnimap.el Thu Sep 23 00:55:01 2010 -0700 +++ b/lisp/gnus/nnimap.el Thu Sep 23 07:59:12 2010 +0000 @@ -51,7 +51,7 @@ (defvoo nnimap-stream 'ssl "How nnimap will talk to the IMAP server. -Values are `ssl' and `network'.") +Values are `ssl', `network' or `shell'.") (defvoo nnimap-shell-program (if (boundp 'imap-shell-program) (if (listp imap-shell-program)