From 979b969ab51a054f7539ac4616666333f0ce78c0 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" (cherry picked from commit 261205dbb57f77e3426df9f27fcc5429aae48c05) --- 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 8069f4ae77a..3d9dd12a2ab 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -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 -- 2.39.5