X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/53caf287d1103f41f16bbb697c19aed16e9651ac..2c3d59853173258cd84dab5b12c239705dd8fc02:/lisp/faces.el diff --git a/lisp/faces.el b/lisp/faces.el index e4a10a115e..4a7d951aea 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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))) ;;; Setting a face based on a SPEC.