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

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

bug#13034: defaliased funcs do not have docstring


From: Juanma Barranquero
Subject: bug#13034: defaliased funcs do not have docstring
Date: Fri, 30 Nov 2012 01:14:24 +0100

retitle 13034 defalias docstring ignored

Sorry, the example is wrong and misleading, and wrong too. Not to
mention the subject.

Let me try again:

(defun my-func () "This is my func." nil)
(defalias 'my-other-func 'my-func "This is my other func.")

(documentation 'my-other-func)
24.2.50 => "This is my other func."
24.3.50 => "This is my func."





reply via email to

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