(lisp-font-lock-syntactic-face-function):
Don't mark as docstring the 3rd elem of an unknown toplevel form.
This commit is contained in:
parent
ec79de1002
commit
efbbcafbbe
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@
|
|||
(let ((sym (intern-soft
|
||||
(buffer-substring
|
||||
(point) (progn (forward-sexp 1) (point))))))
|
||||
(eq n (or (get sym 'doc-string-elt) 3)))))))
|
||||
(eq n (get sym 'doc-string-elt)))))))
|
||||
font-lock-doc-face
|
||||
font-lock-string-face)
|
||||
font-lock-comment-face))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue