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

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

bug#24773: 26.0.50; Error when using Edebug on a function that uses :doc


From: Noam Postavsky
Subject: bug#24773: 26.0.50; Error when using Edebug on a function that uses :documentation
Date: Sun, 23 Oct 2016 11:35:38 -0400

On Sun, Oct 23, 2016 at 11:28 AM, Gemini Lasswell <gazally@runbox.com> wrote:
> Edebug gives an error when you try to debug any function which uses
> :documentation to create its docstring.

Is that a legitimate way to create a docstring?

I tried

(defun foo ()
  (:documentation "this is docmentation")
  t)
(foo)

And it didn't work (<f1> f foo RET says foo is not documented, and
running foo, throws Lisp error: (void-function :documentation)).





reply via email to

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