]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove some spurious references to XEmacs
authorStefan Kangas <stefan@marxist.se>
Wed, 3 Aug 2022 09:40:27 +0000 (11:40 +0200)
committerStefan Kangas <stefan@marxist.se>
Wed, 3 Aug 2022 09:41:43 +0000 (11:41 +0200)
* lisp/desktop.el (desktop--emacs-pid-running-p):
* lisp/emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Don't
mention XEmacs.

lisp/desktop.el
lisp/emacs-lisp/checkdoc.el

index a0931e053eb05bef6f5d2c119d25420f8d90dbd0..ef73bc596df60991d8fd7bc7f03c2b5302b7cb48 100644 (file)
@@ -701,7 +701,7 @@ DIRNAME omitted or nil means use `desktop-dirname'."
                                           -4))))
           ;; We should err on the safe side here: if any of the
           ;; executables is something like "emacs-nox" or "emacs-42.1"
-          ;; or "gemacs" or "xemacs", let's recognize them as well.
+          ;; or "gemacs", let's recognize them as well.
           (and (string-match-p "emacs" proc-cmd)
                (string-match-p "emacs" my-cmd))))))
 
index 611f32e23c666e6dca854e4c8413bf76aac1125d..94ade5928f03062b7eb5a0465b7dccf3afbdefad 100644 (file)
@@ -248,7 +248,7 @@ with these words enabled."
 ;;;###autoload(put 'checkdoc-spellcheck-documentation-flag 'safe-local-variable #'booleanp)
 
 (defvar checkdoc-ispell-lisp-words
-  '("alist" "emacs" "etags" "keymap" "paren" "regexp" "sexp" "xemacs")
+  '("alist" "emacs" "etags" "keymap" "paren" "regexp" "sexp")
   "List of words that are correct when spell-checking Lisp documentation.")
 ;;;###autoload(put 'checkdoc-ispell-list-words 'safe-local-variable #'checkdoc-list-of-strings-p)