(Non-ASCII Group Names): Fix select method example.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 13 Sep 2007 05:16:41 +0000 (05:16 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 13 Sep 2007 05:16:41 +0000 (05:16 +0000)
texi/ChangeLog
texi/gnus.texi

index 6bed3c3..84f9713 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Non-ASCII Group Names): Fix select method example.
+
 2007-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus.texi (Non-ASCII Group Names): New node.
index 456ae43..37dfd04 100644 (file)
@@ -4201,8 +4201,8 @@ ones specified for the same groups with the
 A select method can be very long, like:
 
 @lisp
-(nntp "quimby"
-      (nntp-address "news.gnus.org")
+(nntp "gmane"
+      (nntp-address "news.gmane.org")
       (nntp-end-of-line "\n")
       (nntp-open-connection-function
        nntp-open-via-rlogin-and-telnet)
@@ -4212,7 +4212,7 @@ A select method can be very long, like:
       (nntp-via-address @dots{}))
 @end lisp
 
-In that case, you can truncate it into @code{(nntp "quimby")} in this
+In that case, you can truncate it into @code{(nntp "gmane")} in this
 variable.  That is, it is enough to contain only the back end name and
 the server name.