aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman2004-10-13 02:11:05 +0000
committerRichard M. Stallman2004-10-13 02:11:05 +0000
commit99400b3e524ebd4d7dbf1cb2340dc5afc6eef085 (patch)
tree913567f213710f6de179309b044cb38ec378dd3b /lisp
parentcc3f6c32b9ec83fb5bada972ca8cf16f58b3d49c (diff)
downloademacs-99400b3e524ebd4d7dbf1cb2340dc5afc6eef085.tar.gz
emacs-99400b3e524ebd4d7dbf1cb2340dc5afc6eef085.zip
(info-lookup-file): Add info-file property.
(info-lookup-symbol): Likewise.
Diffstat (limited to 'lisp')
-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.