summaryrefslogtreecommitdiff
path: root/lisp/net/pop3.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net/pop3.el')
-rw-r--r--lisp/net/pop3.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/pop3.el b/lisp/net/pop3.el
index 5f1cd94eb60..74a632a3a20 100644
--- a/lisp/net/pop3.el
+++ b/lisp/net/pop3.el
@@ -710,7 +710,7 @@ If NOW, use that time instead."
(defun pop3-list (process &optional msg)
"If MSG is nil, return an alist of (MESSAGE-ID . SIZE) pairs.
-Otherwise, return the size of the message-id MSG"
+Otherwise, return the size of the message-id MSG."
(pop3-send-command process (if msg
(format "LIST %d" msg)
"LIST"))