2002-11-17 Markus Rost <rost@math.ohio-state.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Sun, 17 Nov 2002 22:35:39 +0000 (22:35 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Sun, 17 Nov 2002 22:35:39 +0000 (22:35 +0000)
* gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
parens in column 0.

2002-11-17  Juanma Barranquero  <lektu@terra.es>

* 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
lisp/gnus-nocem.el
lisp/gnus-sum.el
lisp/nnlistserv.el
lisp/nnweb.el

index 043dd2f..a18186d 100644 (file)
@@ -1,3 +1,16 @@
+2002-11-17   Markus Rost  <rost@math.ohio-state.edu>
+
+       * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
+       parens in column 0.
+
+2002-11-17  Juanma Barranquero  <lektu@terra.es>
+
+       * 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  <zsh@cs.rochester.edu>
 
        * message.el (message-set-auto-save-file-name): Use
index 880e800..5247d1f 100644 (file)
@@ -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)
 
index 00c2ce0..15d1905 100644 (file)
@@ -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
index 3098bf0..1008141 100644 (file)
@@ -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)
index 76f4b71..710b554 100644 (file)
@@ -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)