mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * lisp/progmodes/elisp-mode.el (elisp-fontify-semantically): Fix typo.
This commit is contained in:
parent
b57124b747
commit
a3f79f9da1
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ of highlighting \"semantic highlighting\".
|
|||
|
||||
If `elisp-add-help-echo' is non-nil, also annotate the symbol with the
|
||||
`help-echo' text property. If `cursor-sensor-mode' is enabled, also
|
||||
arrange for all occurrences of the each local variable to be highlighted
|
||||
arrange for all occurrences of each local variable to be highlighted
|
||||
with the `elisp-variable-at-point' face whenever point is on any of that
|
||||
variable's occurrences.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue