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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/info-look.el [lexbind]
Date: Mon, 25 Oct 2004 00:47:52 -0400

Index: emacs/lisp/info-look.el
diff -c emacs/lisp/info-look.el:1.26.4.7 emacs/lisp/info-look.el:1.26.4.8
*** emacs/lisp/info-look.el:1.26.4.7    Sat May  1 23:46:15 2004
--- emacs/lisp/info-look.el     Mon Oct 25 04:19:40 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]