diff options
Diffstat (limited to 'lisp/nntp.el')
| -rw-r--r-- | lisp/nntp.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/nntp.el b/lisp/nntp.el index 78f0f89e30d..6bb7a741076 100644 --- a/lisp/nntp.el +++ b/lisp/nntp.el @@ -408,8 +408,7 @@ If the stream is opened, return T, otherwise return NIL." )) (defun nntp-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." (nntp-send-command "^[23].*\r$" "LAST")) (defun nntp-request-next () |
