diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-10-01 22:32:25 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-10-01 22:34:47 +0200 |
commit | fee9deff5309cfc5f952181cb2cae1a344b4cc45 (patch) | |
tree | a76ee68102411f859337b738b0cdcfe55ecf0cef /lisp/gnus/gnus-util.el | |
parent | be85d2d92070c15da495fa16199112f118f03da5 (diff) | |
download | emacs-fee9deff5309cfc5f952181cb2cae1a344b4cc45.tar.gz emacs-fee9deff5309cfc5f952181cb2cae1a344b4cc45.tar.bz2 emacs-fee9deff5309cfc5f952181cb2cae1a344b4cc45.zip |
Revert "Decrease use of the word "Emacsen" in docs"
This reverts commit 55f46cc77cb9d72fbabadb63d8aeab45c5e005e2.
Ref. https://lists.gnu.org/r/emacs-devel/2022-10/msg00016.html
Diffstat (limited to 'lisp/gnus/gnus-util.el')
-rw-r--r-- | lisp/gnus/gnus-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-util.el b/lisp/gnus/gnus-util.el index 2cf1d2f18c7..fe556b155a8 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." +This is a compatibility function for different Emacsen." (declare (obsolete replace-regexp-in-string "26.1")) (replace-regexp-in-string regexp newtext string nil literal)) |