mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-19 12:30:47 -07:00
(font-lock-keywords-case-fold-search): Doc fix.
This commit is contained in:
parent
67765e7129
commit
8b7581e06a
1 changed files with 2 additions and 1 deletions
|
|
@ -490,7 +490,8 @@ This is normally set via `font-lock-defaults'.")
|
|||
|
||||
(defvar font-lock-keywords-case-fold-search nil
|
||||
"*Non-nil means the patterns in `font-lock-keywords' are case-insensitive.
|
||||
This is normally set via `font-lock-defaults'.")
|
||||
This is set via the function `font-lock-set-defaults', based on
|
||||
the CASE-FOLD argument of `font-lock-defaults'.")
|
||||
(make-variable-buffer-local 'font-lock-keywords-case-fold-search)
|
||||
|
||||
(defvar font-lock-syntactically-fontified 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue