summaryrefslogtreecommitdiff
path: root/lisp/info-look.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-10-13 02:11:05 +0000
committerRichard M. Stallman <rms@gnu.org>2004-10-13 02:11:05 +0000
commit4fab72513e9b188a0963e1979a7b666949a74926 (patch)
tree2af539c12472e1f60e8b6dac69e46a789d3858b8 /lisp/info-look.el
parent5bac079d7dd1a6fd12771b6023bd0b796c58dd3c (diff)
downloademacs-4fab72513e9b188a0963e1979a7b666949a74926.tar.gz
(info-lookup-file): Add info-file property.
(info-lookup-symbol): Likewise.
Diffstat (limited to 'lisp/info-look.el')
-rw-r--r--lisp/info-look.el2
1 files changed, 2 insertions, 0 deletions
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.