Mercurial > emacs
changeset 11830:f92fb9b9e3c8
(facemenu-set-face-from-menu): Doc fix.
(facemenu-set-background, facemenu-set-foreground): Doc fix.
(facemenu-set-face): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 16 May 1995 06:14:22 +0000 |
parents | 89c0689c5b1e |
children | 7e5af94d9527 |
files | lisp/facemenu.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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))