# HG changeset patch # User Karl Heuer # Date 800604862 0 # Node ID f92fb9b9e3c87603af404a576dd39b9d2761f3de # Parent 89c0689c5b1e7edd5d278e69df98b5464f11af9f (facemenu-set-face-from-menu): Doc fix. (facemenu-set-background, facemenu-set-foreground): Doc fix. (facemenu-set-face): Doc fix. diff -r 89c0689c5b1e -r f92fb9b9e3c8 lisp/facemenu.el --- a/lisp/facemenu.el Tue May 16 02:56:20 1995 +0000 +++ b/lisp/facemenu.el Tue May 16 06:14:22 1995 +0000 @@ -263,7 +263,7 @@ If the region is active, it will be set to the requested face. If it is inactive \(even if mark-even-if-inactive is set) the next character that is typed \(or otherwise inserted) will be set to -the the selected face. Moving point or switching buffers before +the selected face. Moving point or switching buffers before typing a character cancels the request." (interactive (list (read-face-name "Use face: "))) (barf-if-buffer-read-only) @@ -281,7 +281,7 @@ If the region is active, it will be set to the requested face. If it is inactive \(even if mark-even-if-inactive is set) the next character that is typed \(via `self-insert-command') will be set to -the the selected face. Moving point or switching buffers before +the selected face. Moving point or switching buffers before typing a character cancels the request." (interactive (list (facemenu-read-color "Foreground color: "))) (let ((face (intern (concat "fg:" color)))) @@ -296,7 +296,7 @@ If the region is active, it will be set to the requested face. If it is inactive \(even if mark-even-if-inactive is set) the next character that is typed \(via `self-insert-command') will be set to -the the selected face. Moving point or switching buffers before +the selected face. Moving point or switching buffers before typing a character cancels the request." (interactive (list (facemenu-read-color "Background color: "))) (let ((face (intern (concat "bg:" color)))) @@ -312,7 +312,7 @@ If the region is active, it will be set to the requested face. If it is inactive \(even if mark-even-if-inactive is set) the next character that is typed \(or otherwise inserted) will be set to -the the selected face. Moving point or switching buffers before +the selected face. Moving point or switching buffers before typing a character cancels the request." (interactive (list last-command-event (if mark-active (region-beginning))