changeset 110502:10e44274dbb4

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.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 23 Sep 2010 07:59:12 +0000
parents 906ce0f04ef3
children fda36a325177
files lisp/gnus/gnus-group.el lisp/gnus/nnimap.el
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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)