]> git.eshelyaron.com Git - emacs.git/commitdiff
(facemenu-set-face, facemenu-set-face-from-menu): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Jan 2001 11:49:46 +0000 (11:49 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Jan 2001 11:49:46 +0000 (11:49 +0000)
lisp/ChangeLog
lisp/facemenu.el

index f0931c7fd153bc31088b73c40f91cba501ccaad7..076b10bbec047fd9629257cb185685f18967ac72 100644 (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.
 
index 5230ca5196f74420fd9faa033a5e26300690219c..1cd97f39670527f61e6335abb00e88233cc8c502 100644 (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