From 984b8f7ed0687702c524082efb0945f6778fb370 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 3 Aug 2022 11:40:27 +0200 Subject: [PATCH] Remove some spurious references to XEmacs * lisp/desktop.el (desktop--emacs-pid-running-p): * lisp/emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Don't mention XEmacs. --- lisp/desktop.el | 2 +- lisp/emacs-lisp/checkdoc.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/desktop.el b/lisp/desktop.el index a0931e053eb..ef73bc596df 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el @@ -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)))))) diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 611f32e23c6..94ade5928f0 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -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) -- 2.39.5