emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/help-fns.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/help-fns.el
Date: Wed, 12 Feb 2003 06:41:11 -0500

Index: emacs/lisp/help-fns.el
diff -c emacs/lisp/help-fns.el:1.28 emacs/lisp/help-fns.el:1.29
*** emacs/lisp/help-fns.el:1.28 Tue Feb  4 06:23:06 2003
--- emacs/lisp/help-fns.el      Wed Feb 12 06:41:10 2003
***************
*** 323,328 ****
--- 323,331 ----
                                                 function)))))
                   usage)
                 (car usage))
+               ((or (stringp def)
+                    (vectorp def))
+                (format "\nMacro: %s" (format-kbd-macro def)))
                (t "[Missing arglist.  Please make a bug report.]")))
        (terpri))
        (let ((obsolete (and




reply via email to

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