# HG changeset patch # User Richard M. Stallman # Date 1097633465 0 # Node ID 2967bbb0802b69a1e1276c0f6cb7b622acf46f87 # Parent 478f1e91eac35dd96c773a366781936db091f253 (info-lookup-file): Add info-file property. (info-lookup-symbol): Likewise. diff -r 478f1e91eac3 -r 2967bbb0802b lisp/info-look.el --- a/lisp/info-look.el Wed Oct 13 02:09:57 2004 +0000 +++ b/lisp/info-look.el Wed Oct 13 02:11:05 2004 +0000 @@ -245,6 +245,7 @@ (interactive) (setq info-lookup-cache nil)) +;;;###autoload (put 'info-lookup-symbol 'info-file "emacs") ;;;###autoload (defun info-lookup-symbol (symbol &optional mode) "Display the definition of SYMBOL, as found in the relevant manual. @@ -258,6 +259,7 @@ (info-lookup-interactive-arguments 'symbol current-prefix-arg)) (info-lookup 'symbol symbol mode)) +;;;###autoload (put 'info-lookup-file 'info-file "emacs") ;;;###autoload (defun info-lookup-file (file &optional mode) "Display the documentation of a file.