diff options
author | Juri Linkov <juri@jurta.org> | 2005-07-18 15:29:39 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2005-07-18 15:29:39 +0000 |
commit | 93ebab2353581844ff7752610553b020652fa526 (patch) | |
tree | ac980225ad30d32b95ca97fe92f91c094dfff078 | |
parent | d21fc79671899d088bd7de78a4c96a5193ff6def (diff) | |
download | emacs-93ebab2353581844ff7752610553b020652fa526.tar.gz |
(picture-mode): Delete duplicate words.
-rw-r--r-- | lisp/textmodes/picture.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el index fd788a772e4..3ae39213dff 100644 --- a/lisp/textmodes/picture.el +++ b/lisp/textmodes/picture.el @@ -710,7 +710,7 @@ You can manipulate rectangles with these commands: C-c C-r Draw a rectangular box around mark and point. \\[copy-rectangle-to-register] Copies a rectangle to a register. \\[advertised-undo] Can undo effects of rectangle overlay commands - commands if invoked soon enough. + if invoked soon enough. You can return to the previous mode with: C-c C-c Which also strips trailing whitespace from every line. Stripping is suppressed by supplying an argument. |