]> git.eshelyaron.com Git - emacs.git/commitdiff
(list-faces-display): Call print-help-return-message.
authorRichard M. Stallman <rms@gnu.org>
Tue, 11 Aug 1998 11:15:58 +0000 (11:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 11 Aug 1998 11:15:58 +0000 (11:15 +0000)
(describe-face): Likewise.

lisp/faces.el

index e4a10a115e1d848f9cd661310f0deabaa32ae68a..4a7d951aeacf2350e501b2cbc05cc3d6a9ca90ab 100644 (file)
@@ -1138,7 +1138,8 @@ selected frame."
            (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 @@ selected frame."
     (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)))
 \f
 ;;; Setting a face based on a SPEC.