From 0172631a39a1c22e7171682e5d7fab69122a5e27 Mon Sep 17 00:00:00 2001 From: ShengHuo ZHU Date: Sun, 17 Nov 2002 22:35:39 +0000 Subject: [PATCH] 2002-11-17 Markus Rost * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open parens in column 0. 2002-11-17 Juanma Barranquero * nnweb.el (nnweb-google-create-mapping): Fix typo. * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise. * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise. --- lisp/ChangeLog | 13 +++++++++++++ lisp/gnus-nocem.el | 2 +- lisp/gnus-sum.el | 2 +- lisp/nnlistserv.el | 2 +- lisp/nnweb.el | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 043dd2f14..a18186d27 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +2002-11-17 Markus Rost + + * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open + parens in column 0. + +2002-11-17 Juanma Barranquero + + * nnweb.el (nnweb-google-create-mapping): Fix typo. + + * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise. + + * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise. + 2002-11-17 ShengHuo ZHU * message.el (message-set-auto-save-file-name): Use diff --git a/lisp/gnus-nocem.el b/lisp/gnus-nocem.el index 880e800ed..5247d1f5c 100644 --- a/lisp/gnus-nocem.el +++ b/lisp/gnus-nocem.el @@ -85,7 +85,7 @@ isn't bound, the message will be used unconditionally." (defcustom gnus-nocem-liberal-fetch nil "*If t try to fetch all messages which have @@NCM in the subject. Otherwise don't fetch messages which have references or whose message-id -matches an previously scanned and verified nocem message." +matches a previously scanned and verified nocem message." :group 'gnus-nocem :type 'boolean) diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 00c2ce087..15d190591 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -185,7 +185,7 @@ This applies to marking commands as well as other commands that the end of an article. If nil, the marking commands do NOT go to the next unread article -(they go to the next article instead). If `never', commands that +\(they go to the next article instead). If `never', commands that usually go to the next unread article, will go to the next article, whether it is read or not." :group 'gnus-summary-marks diff --git a/lisp/nnlistserv.el b/lisp/nnlistserv.el index 3098bf041..100814141 100644 --- a/lisp/nnlistserv.el +++ b/lisp/nnlistserv.el @@ -80,7 +80,7 @@ ;;; (defun nnlistserv-kk-create-mapping () - "Perform the search and create an number-to-url alist." + "Perform the search and create a number-to-url alist." (save-excursion (set-buffer nnweb-buffer) (let ((case-fold-search t) diff --git a/lisp/nnweb.el b/lisp/nnweb.el index 76f4b71ec..710b554b0 100644 --- a/lisp/nnweb.el +++ b/lisp/nnweb.el @@ -402,7 +402,7 @@ Valid types include `google', `dejanews', and `gmane'.") (caar map)))) (defun nnweb-google-create-mapping () - "Perform the search and create an number-to-url alist." + "Perform the search and create a number-to-url alist." (save-excursion (set-buffer nnweb-buffer) (erase-buffer) -- 2.25.1