Mercurial > emacs
changeset 57469:2967bbb0802b
(info-lookup-file): Add info-file property.
(info-lookup-symbol): Likewise.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 13 Oct 2004 02:11:05 +0000 |
parents | 478f1e91eac3 |
children | cf7ca20f843a |
files | lisp/info-look.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info-look.el Wed Oct 13 02:09:57 2004 +0000 +++ b/lisp/info-look.el Wed Oct 13 02:11:05 2004 +0000 @@ -245,6 +245,7 @@ (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 @@ (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.