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:06:41 +0100

Package: emacs
Version: 24.3.50


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

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





reply via email to

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