From: Lars Magne Ingebrigtsen Date: Sat, 2 Jul 2011 13:40:21 +0000 (+0200) Subject: * picture-xtra.texi (Rectangles in Picture): Clarify the prefix X-Git-Tag: emacs-pretest-24.0.90~104^2~152^2~248 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2904fd970fed26de08afa4a1116d7423af180390;p=emacs.git * picture-xtra.texi (Rectangles in Picture): Clarify the prefix argument for `C-c C-k' (bug#7391). --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index c1da9a1078c..ca56d4f8042 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,5 +1,8 @@ 2011-07-02 Lars Magne Ingebrigtsen + * picture-xtra.texi (Rectangles in Picture): Clarify the prefix + argument for `C-c C-k' (bug#7391). + * frames.texi (Fonts): Mention "C-u C-x =" to find out what font you're currently using (bug#8489). diff --git a/doc/emacs/picture-xtra.texi b/doc/emacs/picture-xtra.texi index 7e72fb0acb6..0dcfc7a9627 100644 --- a/doc/emacs/picture-xtra.texi +++ b/doc/emacs/picture-xtra.texi @@ -245,7 +245,8 @@ rectangle commands may also be useful. @table @kbd @item C-c C-k Clear out the region-rectangle with spaces -(@code{picture-clear-rectangle}). With argument, delete the text. +(@code{picture-clear-rectangle}). With a prefix argument, delete the +text. @item C-c C-w @var{r} Similar, but save rectangle contents in register @var{r} first (@code{picture-clear-rectangle-to-register}).