summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1991-04-05 20:47:28 +0000
committerJim Blandy <jimb@redhat.com>1991-04-05 20:47:28 +0000
commitb5874a20a0ee7897f5ddfa522123a5cfd2b4d816 (patch)
tree29b5d2e7c195fdf1396bc3ce0c3809c2c2557598
parentac6d744ea206d62983d468020be23710f8810f60 (diff)
downloademacs-b5874a20a0ee7897f5ddfa522123a5cfd2b4d816.tar.gz
*** empty log message ***
-rw-r--r--lisp/mhspool.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/mhspool.el b/lisp/mhspool.el
index f9a610d988e..4801579ecf7 100644
--- a/lisp/mhspool.el
+++ b/lisp/mhspool.el
@@ -35,7 +35,7 @@
;; name of the NNTP server passed to GNUS must be `:Mail'.
(defvar mhspool-list-directory-switches '("-R")
- "*Switches for nntp-request-list to pass to `ls' for gettting file lists.
+ "*Switches for `nntp-request-list' to pass to `ls' for gettting file lists.
One entry should appear on one line. You may need to add `-1' option.")
@@ -324,8 +324,7 @@ If the stream is opened, return T, otherwise return NIL."
)))
(defun mhspool-request-last ()
- "Set current article pointer to the previous article
-in the current news group."
+ "Set current article pointer to the previous article in the current newsgroup."
(error "MHSPOOL: LAST is not implemented."))
(defun mhspool-request-next ()