summaryrefslogtreecommitdiff
path: root/lisp/net/tramp-uu.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-10-01 17:16:03 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-10-01 17:16:03 +0200
commit55f46cc77cb9d72fbabadb63d8aeab45c5e005e2 (patch)
tree92abe51fc09886a1eda8f4a6c8d1602aba604c25 /lisp/net/tramp-uu.el
parentabe83f76de36bc3922b410f9872065fc3903738b (diff)
downloademacs-55f46cc77cb9d72fbabadb63d8aeab45c5e005e2.tar.gz
Decrease use of the word "Emacsen" in docs
"Emacsen" is either a less clear way of saying "old versions of Emacs", or an implicit reference to XEmacs. We recommend against using it in the FAQ. So use the more clear wording instead. * doc/misc/gnus.texi (Oort Gnus): * doc/misc/widget.texi (Basic Types, toggle): * lisp/cedet/semantic/bovine/c.el (semantic-c-skip-conditional-section): * lisp/cedet/semantic/wisent/comp.el (wisent-compile-grammar): * lisp/desktop.el (desktop-save): * lisp/erc/erc-compat.el: * lisp/erc/erc-log.el: * lisp/gnus/gnus-util.el (gnus-replace-in-string): * lisp/mail/footnote.el: * lisp/net/tramp-archive.el: * lisp/net/tramp-smb.el: * lisp/net/tramp-uu.el: * lisp/net/tramp.el: (with-tramp-locked-connection): * lisp/org/ol-eww.el: * lisp/org/org-compat.el: (org-define-error): * lisp/shadowfile.el: * lisp/winner.el: Don't use the word "Emacsen".
Diffstat (limited to 'lisp/net/tramp-uu.el')
-rw-r--r--lisp/net/tramp-uu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-uu.el b/lisp/net/tramp-uu.el
index e849c36d132..2bbdb299a69 100644
--- a/lisp/net/tramp-uu.el
+++ b/lisp/net/tramp-uu.el
@@ -25,7 +25,7 @@
;;; Commentary:
;; An implementation of "uuencode" in Lisp. Uses the function
-;; base64-encode-region which is built-in to modern Emacsen.
+;; base64-encode-region which is built-in to modern Emacs.
;;; Code: