diff lisp/progmodes/dcl-mode.el @ 111157:d3f1a0178876

Fix typos. * doc/misc/gnus.texi (Group Parameters, Buttons): Fix typos. * lisp/org/org-exp.el (org-export-visible): * lisp/progmodes/dcl-mode.el (dcl-electric-reindent-regexps): Fix typos in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 23 Oct 2010 01:38:34 +0200
parents 1d1d5d9bd884
children bf6806de6892 376148b31b5e
line wrap: on
line diff
--- a/lisp/progmodes/dcl-mode.el	Fri Oct 22 12:52:08 2010 +0200
+++ b/lisp/progmodes/dcl-mode.el	Sat Oct 23 01:38:34 2010 +0200
@@ -409,7 +409,7 @@
 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)