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 18:24:43 -0300
User-agent: Gnus/5.13 (Gnus v5.13)

Eli Zaretskii <eliz@gnu.org> writes:
>
> I'm not sure I understand why you expected something other than
> font-lock-doc-face.  E.g., the Lisp interpreter disagrees with you:
>
>   (documentation 'foo)
>     => "Hello, World!"
>
> Am I missing something here?

Hi Eli,

Well, I am not sure either, but for me it's sort of confusing.  If you
eval:

  (foo)
  => "Hello, World!"

How does the Lisp interpreter handles this case?  It's a docstring AND a
function body?

---
Gabriel





reply via email to

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