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

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

bug#16868: Instrumenting macro for edebug turns it "not documented"


From: Juanma Barranquero
Subject: bug#16868: Instrumenting macro for edebug turns it "not documented"
Date: Mon, 24 Feb 2014 18:37:18 +0100

Package: emacs
Severity: minor

Is there any reason that instrumenting a macro for edebug "loses" its
docstring, which does not happen for functions?

emacs -Q
eval the following code:

(defmacro test-macro (&rest body)
  "This is a test macro."
  `(progn ,@body))

C-h f test-macro <RET> => This is a test macro
C-u C-M-x
C-h f test-macro <RET> => Not documented.

I can see that it is nothing new, it already happens in 21.X. But it's puzzling.





reply via email to

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