diff lisp/packages/info.el @ 209:41ff10fd062f r20-4b3

Import from CVS: tag r20-4b3
author cvs
date Mon, 13 Aug 2007 10:04:58 +0200
parents e45d5e7c476e
children
line wrap: on
line diff
--- a/lisp/packages/info.el	Mon Aug 13 10:03:54 2007 +0200
+++ b/lisp/packages/info.el	Mon Aug 13 10:04:58 2007 +0200
@@ -1907,7 +1907,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 (funcall find-function-function))
+  (interactive (let ((fn (function-at-point))
 		     (enable-recursive-minibuffers t)	     
 		     val)
 		 (setq val (completing-read