]> git.eshelyaron.com Git - emacs.git/commitdiff
; Replace non-standard "CLisp" abbreviation for "Common Lisp"
authorSean Whitton <spwhitton@spwhitton.name>
Wed, 12 Mar 2025 01:20:05 +0000 (09:20 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Mar 2025 19:02:48 +0000 (20:02 +0100)
(cherry picked from commit 261205dbb57f77e3426df9f27fcc5429aae48c05)

lisp/emacs-lisp/lisp-mode.el

index 8069f4ae77a112a7ea897c98bdb0bb6cf8e91ac5..3d9dd12a2abc531489f904c2c7ab6885f0e5f3de 100644 (file)
@@ -510,7 +510,7 @@ This will generate compile-time constants from BINDINGS."
          ;; Constant values.
          (,(lambda (bound) (lisp-mode--search-key ":" bound))
           (0 font-lock-builtin-face))
-         ;; ELisp and CLisp `&' keywords as types.
+         ;; ELisp and Common Lisp `&' keywords as types.
          (,(lambda (bound) (lisp-mode--search-key "&" bound))
           (0 font-lock-type-face))
          ;; ELisp regexp grouping constructs
@@ -565,7 +565,7 @@ This will generate compile-time constants from BINDINGS."
          ;; Constant values.
          (,(lambda (bound) (lisp-mode--search-key ":" bound))
           (0 font-lock-builtin-face))
-         ;; ELisp and CLisp `&' keywords as types.
+         ;; ELisp and Common Lisp `&' keywords as types.
          (,(lambda (bound) (lisp-mode--search-key "&" bound))
           (0 font-lock-type-face))
          ;; ELisp regexp grouping constructs