From: Juanma Barranquero Date: Tue, 14 Jun 2005 11:24:08 +0000 (+0000) Subject: (gnus-auto-select-subject): Fix quoting in docstring. X-Git-Tag: emacs-pretest-22.0.90~8978 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=99b5aab79cc5a4c9ef98714d2081d963c2ee7119;p=emacs.git (gnus-auto-select-subject): Fix quoting in docstring. --- diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index 8d4c536229b..5447da73fde 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el @@ -320,7 +320,7 @@ This variable can either be the symbols `first' (place point on the first subject), `unread' (place point on the subject line of the first unread article), `best' (place point on the subject line of the higest-scored article), `unseen' (place point on the subject line of -the first unseen article), 'unseen-or-unread' (place point on the subject +the first unseen article), `unseen-or-unread' (place point on the subject line of the first unseen article or, if all article have been seen, on the subject line of the first unread article), or a function to be called to place point on some subject line."