diff options
| -rw-r--r-- | lisp/faces.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index 5e713c25cf7..4c938f2e1ba 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -1148,7 +1148,7 @@ selected frame." | |||
| 1148 | (goto-char beg) | 1148 | (goto-char beg) |
| 1149 | (forward-line 1) | 1149 | (forward-line 1) |
| 1150 | (while (not (eobp)) | 1150 | (while (not (eobp)) |
| 1151 | (insert " ") | 1151 | (insert-char ? (1+ face-name-max-length)) |
| 1152 | (forward-line 1)))) | 1152 | (forward-line 1)))) |
| 1153 | (goto-char (point-min))) | 1153 | (goto-char (point-min))) |
| 1154 | (print-help-return-message)) | 1154 | (print-help-return-message)) |