diff options
| -rw-r--r-- | lisp/facemenu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/facemenu.el b/lisp/facemenu.el index a28a4599057..f6272103801 100644 --- a/lisp/facemenu.el +++ b/lisp/facemenu.el | |||
| @@ -332,7 +332,7 @@ this command sets the region to the requested face. | |||
| 332 | Otherwise, this command specifies the face for the next character | 332 | Otherwise, this command specifies the face for the next character |
| 333 | inserted. Moving point or switching buffers before | 333 | inserted. Moving point or switching buffers before |
| 334 | typing a character to insert cancels the specification." | 334 | typing a character to insert cancels the specification." |
| 335 | (interactive (list (read-face-name "Use face: "))) | 335 | (interactive (list (read-face-name "Use face "))) |
| 336 | (barf-if-buffer-read-only) | 336 | (barf-if-buffer-read-only) |
| 337 | (facemenu-add-new-face face) | 337 | (facemenu-add-new-face face) |
| 338 | (if (and mark-active (not current-prefix-arg)) | 338 | (if (and mark-active (not current-prefix-arg)) |