From: Julien Danjou Date: Thu, 23 Sep 2010 07:59:12 +0000 (+0000) Subject: gnus-group.el (gnus-group-update-hook): Add missing version. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~47^2~42^2~78 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7228f056909af1ffe9d8f611b959638bc9544d2f;p=emacs.git 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 --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)