documentation, don't assume FUNCTION is a symbol.
2001-07-10 Gerd Moellmann <gerd@gnu.org>
+ * help.el (describe-function-1): When printing FUNCTION's
+ documentation, don't assume FUNCTION is a symbol.
+
* startup.el (normal-top-level): Don't operate on the initial
frame if we failed to create one.
(if doc
(progn (terpri)
(princ doc)
- (if (subrp (symbol-function function))
+ (if (subrp def)
(with-current-buffer standard-output
(beginning-of-line)
;; Builtins get the calling sequence at the end of