From: Richard M. Stallman Date: Wed, 13 Oct 2004 02:11:05 +0000 (+0000) Subject: (info-lookup-file): Add info-file property. X-Git-Tag: ttn-vms-21-2-B4~4595 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=99400b3e524ebd4d7dbf1cb2340dc5afc6eef085;p=emacs.git (info-lookup-file): Add info-file property. (info-lookup-symbol): Likewise. --- diff --git a/lisp/info-look.el b/lisp/info-look.el index 644ee3d6c20..3f3ea7c2fd4 100644 --- a/lisp/info-look.el +++ b/lisp/info-look.el @@ -245,6 +245,7 @@ system." (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 @@ With prefix arg a query for the symbol help mode is offered." (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.