summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2011-07-02 15:40:21 +0200
committerLars Magne Ingebrigtsen <larsi@gnus.org>2011-07-02 15:40:21 +0200
commit2904fd970fed26de08afa4a1116d7423af180390 (patch)
treefdaf5d4b24a6c145973126589850ac9078275888
parent0ec389b9771ea943a0710fa529c88af37a295d43 (diff)
downloademacs-2904fd970fed26de08afa4a1116d7423af180390.tar.gz
emacs-2904fd970fed26de08afa4a1116d7423af180390.tar.bz2
emacs-2904fd970fed26de08afa4a1116d7423af180390.zip
* picture-xtra.texi (Rectangles in Picture): Clarify the prefix
argument for `C-c C-k' (bug#7391).
-rw-r--r--doc/emacs/ChangeLog3
-rw-r--r--doc/emacs/picture-xtra.texi3
2 files changed, 5 insertions, 1 deletions
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 <larsi@gnus.org>
+ * 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}).