changeset 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 90a5f91329f3
children b1c74a8a020b
files lisp/help.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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