From 7228f056909af1ffe9d8f611b959638bc9544d2f Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 23 Sep 2010 07:59:12 +0000 Subject: [PATCH] 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. --- lisp/gnus/gnus-group.el | 3 ++- lisp/gnus/nnimap.el | 2 +- 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) -- 2.39.5