; Replace non-standard "CLisp" abbreviation for "Common Lisp"

This commit is contained in:
Sean Whitton 2025-03-12 09:20:05 +08:00
parent ffb7d656a2
commit 261205dbb5

View file

@ -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