diff options
| -rw-r--r-- | lisp/mhspool.el | 5 |
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 @@ | |||
| 35 | ;; name of the NNTP server passed to GNUS must be `:Mail'. | 35 | ;; name of the NNTP server passed to GNUS must be `:Mail'. |
| 36 | 36 | ||
| 37 | (defvar mhspool-list-directory-switches '("-R") | 37 | (defvar mhspool-list-directory-switches '("-R") |
| 38 | "*Switches for nntp-request-list to pass to `ls' for gettting file lists. | 38 | "*Switches for `nntp-request-list' to pass to `ls' for gettting file lists. |
| 39 | One entry should appear on one line. You may need to add `-1' option.") | 39 | One entry should appear on one line. You may need to add `-1' option.") |
| 40 | 40 | ||
| 41 | 41 | ||
| @@ -324,8 +324,7 @@ If the stream is opened, return T, otherwise return NIL." | |||
| 324 | ))) | 324 | ))) |
| 325 | 325 | ||
| 326 | (defun mhspool-request-last () | 326 | (defun mhspool-request-last () |
| 327 | "Set current article pointer to the previous article | 327 | "Set current article pointer to the previous article in the current newsgroup." |
| 328 | in the current news group." | ||
| 329 | (error "MHSPOOL: LAST is not implemented.")) | 328 | (error "MHSPOOL: LAST is not implemented.")) |
| 330 | 329 | ||
| 331 | (defun mhspool-request-next () | 330 | (defun mhspool-request-next () |