diff lisp/help.el @ 4907:9e7f5a77cc84

merge
author Ben Wing <ben@xemacs.org>
date Mon, 01 Feb 2010 01:05:28 -0600
parents 755ae5b97edb
children d6368048cd8c
line wrap: on
line diff
--- a/lisp/help.el	Mon Feb 01 01:02:40 2010 -0600
+++ b/lisp/help.el	Mon Feb 01 01:05:28 2010 -0600
@@ -1414,8 +1414,8 @@
       (cond ((or (stringp def) (vectorp def))
              (princ "a keyboard macro.")
 	     (setq kbd-macro-p t))
-            ((special-form-p fndef)
-             (funcall int "built-in special form" nil 'neither))
+            ((special-operator-p fndef)
+             (funcall int "built-in special operator" nil 'neither))
             ((subrp fndef)
              (funcall int "built-in" nil macrop))
             ((compiled-function-p fndef)