emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/help-fns.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/help-fns.el
Date: Sat, 22 Dec 2001 08:35:15 -0500

Index: emacs/lisp/help-fns.el
diff -c emacs/lisp/help-fns.el:1.3 emacs/lisp/help-fns.el:1.4
*** emacs/lisp/help-fns.el:1.3  Mon Nov 26 19:26:41 2001
--- emacs/lisp/help-fns.el      Sat Dec 22 08:35:14 2001
***************
*** 163,170 ****
                 (concat beg "Lisp function"))
                ((eq (car-safe def) 'macro)
                 "a Lisp macro")
-               ((eq (car-safe def) 'mocklisp)
-                "a mocklisp function")
                ((eq (car-safe def) 'autoload)
                 (setq file-name (nth 1 def))
                 (format "%s autoloaded %s"
--- 163,168 ----



reply via email to

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