mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Clarify Lisp warning about elements following other expressions
* lisp/emacs-lisp/lisp-mode.el (lisp-fdefs): Clarify warning in help text (bug#44482).
This commit is contained in:
parent
3de31e7b71
commit
391260e46c
1 changed files with 2 additions and 2 deletions
|
|
@ -481,7 +481,7 @@ This will generate compile-time constants from BINDINGS."
|
||||||
(3 'font-lock-regexp-grouping-construct prepend))
|
(3 'font-lock-regexp-grouping-construct prepend))
|
||||||
(lisp--match-hidden-arg
|
(lisp--match-hidden-arg
|
||||||
(0 '(face font-lock-warning-face
|
(0 '(face font-lock-warning-face
|
||||||
help-echo "Hidden behind deeper element; move to another line?")
|
help-echo "Easy to misread; consider moving the element to the next line")
|
||||||
prepend))
|
prepend))
|
||||||
(lisp--match-confusable-symbol-character
|
(lisp--match-confusable-symbol-character
|
||||||
0 '(face font-lock-warning-face
|
0 '(face font-lock-warning-face
|
||||||
|
|
@ -526,7 +526,7 @@ This will generate compile-time constants from BINDINGS."
|
||||||
(1 font-lock-keyword-face))
|
(1 font-lock-keyword-face))
|
||||||
(lisp--match-hidden-arg
|
(lisp--match-hidden-arg
|
||||||
(0 '(face font-lock-warning-face
|
(0 '(face font-lock-warning-face
|
||||||
help-echo "Hidden behind deeper element; move to another line?")
|
help-echo "Easy to misread; consider moving the element to the next line")
|
||||||
prepend))
|
prepend))
|
||||||
))
|
))
|
||||||
"Gaudy level highlighting for Lisp modes.")))
|
"Gaudy level highlighting for Lisp modes.")))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue