aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
245 (interactive) 245 (interactive)
246 (setq info-lookup-cache nil)) 246 (setq info-lookup-cache nil))
247 247
248;;;###autoload (put 'info-lookup-symbol 'info-file "emacs")
248;;;###autoload 249;;;###autoload
249(defun info-lookup-symbol (symbol &optional mode) 250(defun info-lookup-symbol (symbol &optional mode)
250 "Display the definition of SYMBOL, as found in the relevant manual. 251 "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."
258 (info-lookup-interactive-arguments 'symbol current-prefix-arg)) 259 (info-lookup-interactive-arguments 'symbol current-prefix-arg))
259 (info-lookup 'symbol symbol mode)) 260 (info-lookup 'symbol symbol mode))
260 261
262;;;###autoload (put 'info-lookup-file 'info-file "emacs")
261;;;###autoload 263;;;###autoload
262(defun info-lookup-file (file &optional mode) 264(defun info-lookup-file (file &optional mode)
263 "Display the documentation of a file. 265 "Display the documentation of a file.