aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-07-18 15:29:39 +0000
committerJuri Linkov2005-07-18 15:29:39 +0000
commit93ebab2353581844ff7752610553b020652fa526 (patch)
treeac980225ad30d32b95ca97fe92f91c094dfff078
parentd21fc79671899d088bd7de78a4c96a5193ff6def (diff)
downloademacs-93ebab2353581844ff7752610553b020652fa526.tar.gz
emacs-93ebab2353581844ff7752610553b020652fa526.zip
(picture-mode): Delete duplicate words.
-rw-r--r--lisp/textmodes/picture.el2
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:
710 C-c C-r Draw a rectangular box around mark and point. 710 C-c C-r Draw a rectangular box around mark and point.
711 \\[copy-rectangle-to-register] Copies a rectangle to a register. 711 \\[copy-rectangle-to-register] Copies a rectangle to a register.
712 \\[advertised-undo] Can undo effects of rectangle overlay commands 712 \\[advertised-undo] Can undo effects of rectangle overlay commands
713 commands if invoked soon enough. 713 if invoked soon enough.
714You can return to the previous mode with: 714You can return to the previous mode with:
715 C-c C-c Which also strips trailing whitespace from every line. 715 C-c C-c Which also strips trailing whitespace from every line.
716 Stripping is suppressed by supplying an argument. 716 Stripping is suppressed by supplying an argument.