From 7e38562bcd4725bc45f2fc47d2b5fbacde498898 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 13 Oct 2025 16:37:40 +0100 Subject: [PATCH] ; Fix recently introduced uses of "ELisp". --- etc/NEWS | 2 +- lisp/emacs-lisp/elisp-scope.el | 12 ++++++------ lisp/progmodes/elisp-mode.el | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 4baf81f9ebb..4e27d6fc44e 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1168,7 +1168,7 @@ at run-time for the use of the associated deprecated features. '(setq eieio-backward-compatibility t)' can be used to recover the previous silence. -** ELisp mode +** Emacs Lisp mode +++ *** Semantic highlighting support for Emacs Lisp. diff --git a/lisp/emacs-lisp/elisp-scope.el b/lisp/emacs-lisp/elisp-scope.el index 955616e5e42..5230da17cc4 100644 --- a/lisp/emacs-lisp/elisp-scope.el +++ b/lisp/emacs-lisp/elisp-scope.el @@ -1,4 +1,4 @@ -;;; elisp-scope.el --- Semantic analysis for ELisp symbols -*- lexical-binding: t; -*- +;;; elisp-scope.el --- Semantic analysis for Elisp symbols -*- lexical-binding: t; -*- ;; Copyright (C) 2025 Free Software Foundation, Inc. @@ -21,7 +21,7 @@ ;;; Commentary: ;; This library implements an analysis that determines the role of each -;; symbol in ELisp code. +;; symbol in Emacs Lisp code. ;; The analysis assigns to each symbol a "symbol role", such as ;; `function', `bound-variable', `binding-variable', `face', etc. Each @@ -139,8 +139,8 @@ "Define NAME as the name of a symbol role that inherits from PARENTS. A symbol role is a symbol that Emacs uses to describe the role -of (other) symbols in ELisp source code. For example, the symbol role -`face' characterizes symbols that are face names. +of (other) symbols in Emacs Lisp source code. For example, the symbol +role `face' characterizes symbols that are face names. PROPS is a plist specifying the properties of the new symbol role NAME. NAME inherits properties that do not appear in PROPS from its PARENTS. @@ -392,12 +392,12 @@ Interactively, prompt for ROLE." :help "Widget type definition") (elisp-scope-define-symbol-role type () - :doc "ELisp object type names." + :doc "Elisp object type names." :face 'elisp-type :help "Type") (elisp-scope-define-symbol-role deftype (type) - :doc "ELisp object type definitions." + :doc "Elisp object type definitions." :help "Type definition") (elisp-scope-define-symbol-role group () diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 5f79909be56..87c7a53b057 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -526,7 +526,7 @@ code analysis." 'elisp-highlight-variable t))) (defun elisp-cursor-sensor (pos) - "Return `cursor-sensor-functions' for ELisp symbol at POS." + "Return `cursor-sensor-functions' for Emacs Lisp symbol at POS." (list (lambda (_win old dir) (cl-case dir