Mercurial > hg > xemacs-beta
diff lisp/packages/info.el @ 193:f53b5ca2e663 r20-3b23
Import from CVS: tag r20-3b23
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 09:58:30 +0200 |
| parents | 489f57a838ef |
| children | 850242ba4a81 |
line wrap: on
line diff
--- a/lisp/packages/info.el Mon Aug 13 09:57:40 2007 +0200 +++ b/lisp/packages/info.el Mon Aug 13 09:58:30 2007 +0200 @@ -1876,7 +1876,7 @@ (defun Info-elisp-ref (func) "Look up an Emacs Lisp function in the Elisp manual in the Info system. This command is designed to be used whether you are already in Info or not." - (interactive (let ((fn (function-called-at-point)) + (interactive (let ((fn (funcall find-function-function)) (enable-recursive-minibuffers t) val) (setq val (completing-read
