]> git.eshelyaron.com Git - emacs.git/commitdiff
gnus-group.el (gnus-group-update-hook): Add missing version.
authorJulien Danjou <julien@danjou.info>
Thu, 23 Sep 2010 07:59:12 +0000 (07:59 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 23 Sep 2010 07:59:12 +0000 (07:59 +0000)
gnus-group.el (gnus-group-highlight-line): Docstring fix.
nnimap.el (nnimap-stream): Fix docstring.

lisp/gnus/gnus-group.el
lisp/gnus/nnimap.el

index 5aa64e8eed77ce73722eedaf1d7b1e47a7f2687f..399eb2adf45c24efe103f04275ff504fb5171b1b 100644 (file)
@@ -295,6 +295,7 @@ If you want to modify the group buffer, you can use this hook."
 (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 @@ Some value are bound so the form can use them."
 
 (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
index 74deaf30e339730958d12d6053281f05b9237bb9..fcf501d8dd0813a6aa5967c1f4d282b113b3067f 100644 (file)
@@ -51,7 +51,7 @@ it will default to `imap'.")
 
 (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)