]> git.eshelyaron.com Git - emacs.git/commitdiff
(facemenu-add-new-face): Improve doc strings of constructed commands.
authorRichard M. Stallman <rms@gnu.org>
Tue, 28 Nov 2006 02:19:58 +0000 (02:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 28 Nov 2006 02:19:58 +0000 (02:19 +0000)
lisp/facemenu.el

index 13cf7fbd73410599b9aa314d42e141b02bfcbd12..3db19342304cfdcb97cf8d401541b46ab743b45f 100644 (file)
@@ -685,8 +685,11 @@ This is called whenever you create a new face, and at other times."
            symbol (intern name)))
     (setq menu 'facemenu-face-menu)
     (setq docstring
-         (format "Select face `%s' for subsequent insertion."
-                 name))
+         (format "Select face `%s' for subsequent insertion.
+If the mark is active and there is no prefix argument,
+apply face `%s' to the region instead.
+This command was defined by `facemenu-add-new-face'."
+                 name name))
     (cond ((facemenu-iterate ; check if equivalent face is already in the menu
            (lambda (m) (and (listp m)
                             (symbolp (car m))