emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101561: gnus-group.el (gnus-group-up


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101561: gnus-group.el (gnus-group-update-hook): Add missing version.
Date: Thu, 23 Sep 2010 07:59:12 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101561
author: Julien Danjou <address@hidden>
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Thu 2010-09-23 07:59:12 +0000
message:
  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.
modified:
  lisp/gnus/gnus-group.el
  lisp/gnus/nnimap.el
=== modified file 'lisp/gnus/gnus-group.el'
--- a/lisp/gnus/gnus-group.el   2010-09-23 00:30:37 +0000
+++ b/lisp/gnus/gnus-group.el   2010-09-23 07:59:12 +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

=== modified file 'lisp/gnus/nnimap.el'
--- a/lisp/gnus/nnimap.el       2010-09-23 01:51:43 +0000
+++ b/lisp/gnus/nnimap.el       2010-09-23 07:59:12 +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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]