summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2010-09-23 07:59:12 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2010-09-23 07:59:12 +0000
commit7228f056909af1ffe9d8f611b959638bc9544d2f (patch)
treeb392a2f58bfde5f6d926e8f871455b048ca76341
parent7a16788be4efbd68b44db1507d963377c96b07ee (diff)
downloademacs-7228f056909af1ffe9d8f611b959638bc9544d2f.tar.gz
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.
-rw-r--r--lisp/gnus/gnus-group.el3
-rw-r--r--lisp/gnus/nnimap.el2
2 files changed, 3 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el
index 5aa64e8eed7..399eb2adf45 100644
--- a/lisp/gnus/gnus-group.el
+++ b/lisp/gnus/gnus-group.el
@@ -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
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el
index 74deaf30e33..fcf501d8dd0 100644
--- a/lisp/gnus/nnimap.el
+++ b/lisp/gnus/nnimap.el
@@ -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)