Gnus development mailing list
 help / color / mirror / Atom feed
* Trivial documentation patch for nnweb
@ 2002-05-22 12:02 Niklas Morberg
  2002-05-23 19:32 ` Simon Josefsson
  2002-05-27  9:40 ` Larger patch for nnweb.el (Was: Trivial documentation patch for nnweb) Niklas Morberg
  0 siblings, 2 replies; 3+ messages in thread
From: Niklas Morberg @ 2002-05-22 12:02 UTC (permalink / raw)


I haven't supplied patches before, so I'm not quite sure how
to do it. The documentation tells me to use `-u' as the diff
option, so I did that (together with `-b'). It doesn't seem
right that all of the path is included, should it really be
like this?

The patch itself adds google to the nnweb documentation and
removes the mentioning of dejanewsold (which is only present
in nnweb.el as code commented out).

I get the feeling that much of nnweb.el should be trimmed
away since neither Deja nor InReference seems available
anymore.

Niklas

diff -u -b "h:/pgnus/texi/gnus.texi.~6.280.~" "h:/pgnus/texi/gnus.texi"
--- h:/pgnus/texi/gnus.texi.~6.280.~	Wed May 22 13:21:00 2002
+++ h:/pgnus/texi/gnus.texi	Wed May 22 13:42:50 2002
@@ -14372,6 +14372,7 @@
 @node Web Searches
 @subsection Web Searches
 @cindex nnweb
+@cindex Google
 @cindex DejaNews
 @cindex Alta Vista
 @cindex InReference
@@ -14418,7 +14419,7 @@
 @item nnweb-type
 @vindex nnweb-type
 What search engine type is being used.  The currently supported types
-are @code{dejanews}, @code{dejanewsold}, @code{altavista} and
+are @code{google}, @code{dejanews}, @code{altavista} and
 @code{reference}.
 
 @item nnweb-search


diff -u -b "h:/pgnus/lisp/nnweb.el.~6.18.~" "h:/pgnus/lisp/nnweb.el"
--- h:/pgnus/lisp/nnweb.el.~6.18.~	Wed May 22 13:40:38 2002
+++ h:/pgnus/lisp/nnweb.el	Wed May 22 13:40:53 2002
@@ -49,8 +49,7 @@
 
 (defvoo nnweb-type 'google
   "What search engine type is being used.
-Valid types include `google', `dejanews', `dejanewsold', `reference',
-and `altavista'.")
+Valid types include `google', `dejanews', `reference', and `altavista'.")
 
 (defvar nnweb-type-definition
   '((google




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-05-27  9:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-22 12:02 Trivial documentation patch for nnweb Niklas Morberg
2002-05-23 19:32 ` Simon Josefsson
2002-05-27  9:40 ` Larger patch for nnweb.el (Was: Trivial documentation patch for nnweb) Niklas Morberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).