1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

(facemenu-set-face, facemenu-set-face-from-menu): Doc fix.

This commit is contained in:
Eli Zaretskii 2001-01-27 11:49:46 +00:00
parent cfa702446e
commit cfee9de7a9
2 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,8 @@
2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
* facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
Doc fix.
* simple.el (transient-mark-mode): Document the fact that many
commands act on the region when mark is active.

View File

@ -326,8 +326,8 @@ will not show through at all will be removed.
Interactively, the face to be used is read with the minibuffer.
If the region is active and there is no prefix argument,
this command sets the region to the requested face.
In the Transient Mark mode, if the region is active and there is no
prefix argument, this command sets the region to the requested face.
Otherwise, this command specifies the face for the next character
inserted. Moving point or switching buffers before
@ -377,8 +377,8 @@ typing a character cancels the request."
This function is designed to be called from a menu; the face to use
is the menu item's name.
If the region is active and there is no prefix argument,
this command sets the region to the requested face.
In the Transient Mark mode, if the region is active and there is no
prefix argument, this command sets the region to the requested face.
Otherwise, this command specifies the face for the next character
inserted. Moving point or switching buffers before