bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60348: 30.0.50; Incorrect docstring face in lisp-mode


From: Gabriel
Subject: bug#60348: 30.0.50; Incorrect docstring face in lisp-mode
Date: Tue, 27 Dec 2022 00:42:37 -0300
User-agent: Gnus/5.13 (Gnus v5.13)

Steps:

1) emacs -Q (master branch)

2) Open *scratch* buffer (or any buffer with a lisp major mode)

3) Type:

(defun foo () "Hello, World!")

Expected result: The string "Hello, World!" is fontified with
'font-lock-string-face'.

Actual result: The string "Hello, World!" is fontified with
'font-lock-doc-face'.

---
Gabriel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]