summaryrefslogtreecommitdiff
path: root/lisp/cedet
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-10-01 22:32:25 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-10-01 22:34:47 +0200
commitfee9deff5309cfc5f952181cb2cae1a344b4cc45 (patch)
treea76ee68102411f859337b738b0cdcfe55ecf0cef /lisp/cedet
parentbe85d2d92070c15da495fa16199112f118f03da5 (diff)
downloademacs-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/cedet')
-rw-r--r--lisp/cedet/semantic/bovine/c.el2
-rw-r--r--lisp/cedet/semantic/wisent/comp.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/bovine/c.el b/lisp/cedet/semantic/bovine/c.el
index 6e880b92d40..d4ce20589e6 100644
--- a/lisp/cedet/semantic/bovine/c.el
+++ b/lisp/cedet/semantic/bovine/c.el
@@ -308,7 +308,7 @@ Moves completely over balanced #if blocks."
;; We found a nested if. Skip it.
(if (fboundp 'c-scan-conditionals)
(goto-char (c-scan-conditionals 1))
- ;; For older versions of Emacs, but this will set the mark.
+ ;; For older Emacsen, but this will set the mark.
(c-forward-conditional 1)))
((looking-at "^\\s-*#\\s-*elif")
;; We need to let the preprocessor analyze this one.
diff --git a/lisp/cedet/semantic/wisent/comp.el b/lisp/cedet/semantic/wisent/comp.el
index 2ffce5652da..e24f6128a68 100644
--- a/lisp/cedet/semantic/wisent/comp.el
+++ b/lisp/cedet/semantic/wisent/comp.el
@@ -3449,7 +3449,7 @@ Automatically called by the Emacs Lisp byte compiler as a
(defun wisent-compile-grammar (grammar &optional start-list)
;; This is kept for compatibility with FOO-wy.el files generated
- ;; with older versions of Emacs.
+ ;; with older Emacsen.
(declare (obsolete wisent-compiled-grammar "Mar 2021"))
(wisent--compile-grammar grammar start-list))