diff options
author | Jim Blandy <jimb@redhat.com> | 1991-04-10 15:06:00 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-04-10 15:06:00 +0000 |
commit | 27bad853852286757a0a119aa0221e80f9616b0c (patch) | |
tree | 39e8ff412d002f6ba4da9a6021e40c58fd0e2646 /lisp/=nnspool.el | |
parent | 77b260b6431cca502fee30fc66afff38b1bd4178 (diff) | |
download | emacs-27bad853852286757a0a119aa0221e80f9616b0c.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/=nnspool.el')
-rw-r--r-- | lisp/=nnspool.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/=nnspool.el b/lisp/=nnspool.el index 73c1b297ab9..8c5a36ca6ba 100644 --- a/lisp/=nnspool.el +++ b/lisp/=nnspool.el @@ -261,8 +261,7 @@ If the stream is opened, return T, otherwise return NIL." (nnspool-find-file nnspool-active-file))) (defun nnspool-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 news group." (error "NNSPOOL: LAST is not implemented.")) (defun nnspool-request-next () @@ -326,7 +325,7 @@ in the current news group." (setq nntp-server-process nil)) (defun nnspool-find-article-by-message-id (id) - "Return full pathname of an artilce identified by message-ID." + "Return full pathname of an article identified by message-ID." (save-excursion (let ((buffer (get-file-buffer nnspool-history-file))) (if buffer |