diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-02 15:40:21 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-02 15:40:21 +0200 |
commit | 2904fd970fed26de08afa4a1116d7423af180390 (patch) | |
tree | fdaf5d4b24a6c145973126589850ac9078275888 /doc/emacs/picture-xtra.texi | |
parent | 0ec389b9771ea943a0710fa529c88af37a295d43 (diff) | |
download | emacs-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).
Diffstat (limited to 'doc/emacs/picture-xtra.texi')
-rw-r--r-- | doc/emacs/picture-xtra.texi | 3 |
1 files changed, 2 insertions, 1 deletions
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}). |