Fix typo.
authortsuchiya <tsuchiya>
Fri, 7 Dec 2001 04:47:07 +0000 (04:47 +0000)
committertsuchiya <tsuchiya>
Fri, 7 Dec 2001 04:47:07 +0000 (04:47 +0000)
lisp/gnus-namazu.el

index 4e8d11a..fa79ebf 100644 (file)
@@ -194,7 +194,7 @@ options make any sense in this context."
 (add-hook 'gnus-exit-gnus-hook 'gnus-namazu/shutdown)
 
 (defun gnus-namazu/request-list (server)
-  "Return the groups of the server SERVER."
+  "Return groups of the server SERVER."
   (and (memq (car server) '(nnml nnmh))
        (nnoo-change-server (car server) (nth 1 server) (nthcdr 2 server))
        (gnus-request-list server)