Mercurial > hg > xemacs-beta
diff lisp/hyper-apropos.el @ 251:677f6a0ee643 r20-5b24
Import from CVS: tag r20-5b24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:19:59 +0200 |
parents | 41f2f0e326e9 |
children | 70ad99077275 |
line wrap: on
line diff
--- a/lisp/hyper-apropos.el Mon Aug 13 10:19:12 2007 +0200 +++ b/lisp/hyper-apropos.el Mon Aug 13 10:19:59 2007 +0200 @@ -712,9 +712,9 @@ (lambda . "Lisp ")))) desc (case symtype - ((autoload) (format ", (autoloaded from \"%s\")" + ((autoload) (format ",\n(autoloaded from \"%s\")" (nth 1 newsym))) - ((bytecode) (format ", (loaded from \"%s\")" + ((bytecode) (format ",\n(loaded from \"%s\")" (symbol-file symbol))))) local (current-local-map) global (current-global-map)