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 | a09635667661436b3a1946c5966d9fc522d987cd (patch) | |
tree | e0b289cab4c79481fa6af680c87bd4ca854e419e /lisp/nnspool.el | |
parent | 5d11560e4c14b6665712fced04b16b62bc20d1fd (diff) | |
download | emacs-a09635667661436b3a1946c5966d9fc522d987cd.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 |