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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/info-look.el [emacs-unicode-2]
Date: Thu, 14 Oct 2004 05:15:59 -0400

Index: emacs/lisp/info-look.el
diff -c emacs/lisp/info-look.el:1.34.4.2 emacs/lisp/info-look.el:1.34.4.3
*** emacs/lisp/info-look.el:1.34.4.2    Mon Jun 28 07:28:41 2004
--- emacs/lisp/info-look.el     Thu Oct 14 08:50:01 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]