summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-util.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/gnus/gnus-util.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/gnus/gnus-util.el')
-rw-r--r--lisp/gnus/gnus-util.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-util.el b/lisp/gnus/gnus-util.el
index fe556b155a8..2cf1d2f18c7 100644
--- a/lisp/gnus/gnus-util.el
+++ b/lisp/gnus/gnus-util.el
@@ -78,7 +78,7 @@
If LITERAL is non-nil, insert NEWTEXT literally. Return a new
string containing the replacements.
-This is a compatibility function for different Emacsen."
+This is a compatibility function."
(declare (obsolete replace-regexp-in-string "26.1"))
(replace-regexp-in-string regexp newtext string nil literal))