From 261205dbb57f77e3426df9f27fcc5429aae48c05 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 12 Mar 2025 09:20:05 +0800 Subject: [PATCH] ; Replace non-standard "CLisp" abbreviation for "Common Lisp" --- lisp/emacs-lisp/lisp-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 30cbfaf24f3..a5769e0815e 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -513,7 +513,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 @@ -568,7 +568,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