summaryrefslogtreecommitdiff
path: root/lisp/progmodes/dcl-mode.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-10-24 17:36:09 -0400
committerChong Yidong <cyd@stupidchicken.com>2010-10-24 17:36:09 -0400
commit0c382083b6b550c26fad8ac7f59b1ba09663e728 (patch)
tree811262fd6093232799dabb83600551ba63cecaac /lisp/progmodes/dcl-mode.el
parentd77d0953b5ddb05ea7ad19556f37a5f5c4d3a67b (diff)
parent23c261f58fceed14e04b3ba928007fde9567d8e2 (diff)
downloademacs-0c382083b6b550c26fad8ac7f59b1ba09663e728.tar.gz
Merge changes from emacs-23
Diffstat (limited to 'lisp/progmodes/dcl-mode.el')
-rw-r--r--lisp/progmodes/dcl-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/dcl-mode.el b/lisp/progmodes/dcl-mode.el
index ead8b5db38f..bf12d772ddc 100644
--- a/lisp/progmodes/dcl-mode.el
+++ b/lisp/progmodes/dcl-mode.el
@@ -409,7 +409,7 @@ A list of regexps that will trigger a reindent if the last letter
is defined as dcl-electric-character.
E.g.: if this list contains `endif', the key `f' is defined as
-dcl-electric-character and the you have just typed the `f' in
+dcl-electric-character and you have just typed the `f' in
`endif', the line will be reindented."
:type '(repeat regexp)
:group 'dcl)