]> git.eshelyaron.com Git - emacs.git/commitdiff
(info-lookup-file): Add info-file property.
authorRichard M. Stallman <rms@gnu.org>
Wed, 13 Oct 2004 02:11:05 +0000 (02:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 13 Oct 2004 02:11:05 +0000 (02:11 +0000)
(info-lookup-symbol): Likewise.

lisp/info-look.el

index 644ee3d6c2092d7195a93eac12426182831b6a09..3f3ea7c2fd419df46ce7a2c5d2c6c7357950a3b2 100644 (file)
@@ -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.