diff lisp/help.el @ 1821:04fb1d3d6992

JimB's changes since January 18th
author Jim Blandy <jimb@redhat.com>
date Tue, 26 Jan 1993 01:58:16 +0000
parents 8d8c91b563ee
children 1ed971f67bfd
line wrap: on
line diff
--- a/lisp/help.el	Tue Jan 26 01:56:29 1993 +0000
+++ b/lisp/help.el	Tue Jan 26 01:58:16 1993 +0000
@@ -293,7 +293,7 @@
       (princ (cond ((stringp def) "a keyboard macro.")
 		   ((subrp def)
 		    (concat beg "built-in function."))
-		   ((compiled-function-p def)
+		   ((byte-code-function-p def)
 		    (concat beg "compiled Lisp function."))
 		   ((symbolp def)
 		    (format "alias for `%s'." def))