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:
parent
cfa702446e
commit
cfee9de7a9
@ -1,5 +1,8 @@
|
|||||||
2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
|
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
|
* simple.el (transient-mark-mode): Document the fact that many
|
||||||
commands act on the region when mark is active.
|
commands act on the region when mark is active.
|
||||||
|
|
||||||
|
@ -326,8 +326,8 @@ will not show through at all will be removed.
|
|||||||
|
|
||||||
Interactively, the face to be used is read with the minibuffer.
|
Interactively, the face to be used is read with the minibuffer.
|
||||||
|
|
||||||
If the region is active and there is no prefix argument,
|
In the Transient Mark mode, if the region is active and there is no
|
||||||
this command sets the region to the requested face.
|
prefix argument, this command sets the region to the requested face.
|
||||||
|
|
||||||
Otherwise, this command specifies the face for the next character
|
Otherwise, this command specifies the face for the next character
|
||||||
inserted. Moving point or switching buffers before
|
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
|
This function is designed to be called from a menu; the face to use
|
||||||
is the menu item's name.
|
is the menu item's name.
|
||||||
|
|
||||||
If the region is active and there is no prefix argument,
|
In the Transient Mark mode, if the region is active and there is no
|
||||||
this command sets the region to the requested face.
|
prefix argument, this command sets the region to the requested face.
|
||||||
|
|
||||||
Otherwise, this command specifies the face for the next character
|
Otherwise, this command specifies the face for the next character
|
||||||
inserted. Moving point or switching buffers before
|
inserted. Moving point or switching buffers before
|
||||||
|
Loading…
Reference in New Issue
Block a user