changeset 22996:c76b7dd7a823

(list-faces-display): Call print-help-return-message. (describe-face): Likewise.
author Richard M. Stallman <rms@gnu.org>
date Tue, 11 Aug 1998 11:15:58 +0000
parents bc5bd04bf914
children 7be798773f85
files lisp/faces.el
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/faces.el	Tue Aug 11 11:05:51 1998 +0000
+++ b/lisp/faces.el	Tue Aug 11 11:15:58 1998 +0000
@@ -1138,7 +1138,8 @@
 	    (while (not (eobp))
 	      (insert "                          ")
 	      (forward-line 1))))
-	(goto-char (point-min))))
+	(goto-char (point-min)))
+      (print-help-return-message))
     ;; If the *Faces* buffer appears in a different frame,
     ;; copy all the face definitions from FRAME,
     ;; so that the display will reflect the frame that was selected.
@@ -1168,7 +1169,8 @@
     (let ((doc (face-documentation face)))
       (if doc
 	  (princ doc)
-	(princ "not documented as a face.")))))
+	(princ "not documented as a face.")))
+    (print-help-return-message)))
 
 ;;; Setting a face based on a SPEC.