1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Revert "Decrease use of the word "Emacsen" in docs"

This reverts commit 55f46cc77c.

Ref. https://lists.gnu.org/r/emacs-devel/2022-10/msg00016.html
This commit is contained in:
Stefan Kangas 2022-10-01 22:32:25 +02:00
parent be85d2d920
commit fee9deff53
17 changed files with 38 additions and 34 deletions

View file

@ -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))