diff lisp/help.el @ 2360:c12e0f0a3179

(describe-function): Add blank line above doc string.
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Mar 1993 03:40:35 +0000
parents 9e7ec92a4fdf
children 46fcbdb6cc3a
line wrap: on
line diff
--- a/lisp/help.el	Thu Mar 25 02:54:23 1993 +0000
+++ b/lisp/help.el	Thu Mar 25 03:40:35 1993 +0000
@@ -304,7 +304,8 @@
 		   (t "")))
       (terpri)
       (if (documentation function)
-	  (princ (documentation function))
+	  (progn (terpri)
+		 (princ (documentation function)))
 	(princ "not documented"))
       (cond ((byte-code-function-p def)
 	     (save-excursion