summaryrefslogtreecommitdiff
path: root/lisp/net
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-09-27 20:01:38 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-09-27 20:04:34 +0200
commitd322adabf240a2b39f1b937b8e86009c32be9620 (patch)
treeaefef51c1c0f109ca4cea01a604acd98cf88d33c /lisp/net
parent9f84d318b04a30532dfe9712500c22b908f08cfa (diff)
downloademacs-d322adabf240a2b39f1b937b8e86009c32be9620.tar.gz
emacs-d322adabf240a2b39f1b937b8e86009c32be9620.tar.bz2
emacs-d322adabf240a2b39f1b937b8e86009c32be9620.zip
Add back useful information from gnus-coding.texi
* lisp/international/rfc1843.el: * lisp/net/pop3.el: Improve Commentary by adding back text from deleted file gnus-coding.texi.
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/pop3.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/net/pop3.el b/lisp/net/pop3.el
index 9d59ddf978d..1bd52c7a56c 100644
--- a/lisp/net/pop3.el
+++ b/lisp/net/pop3.el
@@ -23,6 +23,8 @@
;;; Commentary:
+;; Post Office Protocol version 3 (RFC 1460) interface.
+;;
;; Most of the standard Post Office Protocol version 3 (RFC 1460) commands
;; are implemented. The LIST command has not been implemented due to lack
;; of actual usefulness.