emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/info-look.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/info-look.el
Date: Tue, 12 Oct 2004 22:18:42 -0400

Index: emacs/lisp/info-look.el
diff -c emacs/lisp/info-look.el:1.41 emacs/lisp/info-look.el:1.42
*** emacs/lisp/info-look.el:1.41        Thu Apr 29 19:09:20 2004
--- emacs/lisp/info-look.el     Wed Oct 13 02:11:05 2004
***************
*** 245,250 ****
--- 245,251 ----
    (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,263 ****
--- 259,265 ----
     (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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]