GNU bug report logs - #13034
defalias docstring ignored

Previous Next

Package: emacs;

Reported by: Juanma Barranquero <lekktu <at> gmail.com>

Date: Fri, 30 Nov 2012 00:10:01 UTC

Severity: normal

Found in version 24.3.50

Done: Juanma Barranquero <lekktu <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Juanma Barranquero <lekktu <at> gmail.com>
To: 13034 <at> debbugs.gnu.org
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."




This bug report was last modified 12 years and 234 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.