* lisp/international/rfc1843.el:
* lisp/net/pop3.el: Improve Commentary by adding back text from
deleted file gnus-coding.texi.
-;;; rfc1843.el --- HZ (rfc1843) decoding -*- lexical-binding:t -*-
+;;; rfc1843.el --- HZ (RFC 1843) decoding -*- lexical-binding:t -*-
;; Copyright (C) 1998-2022 Free Software Foundation, Inc.
;;; Commentary:
+;; HZ (RFC 1843) decoding. HZ is a data format for exchanging files
+;; of arbitrarily mixed Chinese and ASCII characters.
+;;
;; Test:
;; (rfc1843-decode-string "~{<:Ky2;S{#,NpJ)l6HK!#~}")
;;; 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.