aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/facemenu.el8
2 files changed, 7 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f0931c7fd1..076b10bbec 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2001-01-27 Eli Zaretskii <[email protected]>
+ * 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.
diff --git a/lisp/facemenu.el b/lisp/facemenu.el
index 5230ca5196..1cd97f3967 100644
--- a/lisp/facemenu.el
+++ b/lisp/facemenu.el
@@ -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