diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-09-27 20:01:38 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-09-27 20:04:34 +0200 |
commit | d322adabf240a2b39f1b937b8e86009c32be9620 (patch) | |
tree | aefef51c1c0f109ca4cea01a604acd98cf88d33c /lisp/net | |
parent | 9f84d318b04a30532dfe9712500c22b908f08cfa (diff) | |
download | emacs-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.el | 2 |
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. |