aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorJuanma Barranquero2010-10-23 01:38:34 +0200
committerJuanma Barranquero2010-10-23 01:38:34 +0200
commit88dbda519d46ea8902e7f91a6d217387cfe5a2c0 (patch)
treeeba434f1857f322b46b2be65f2dcbff4d3b9d135 /lisp/progmodes
parentcd5ad71278628d0b71ba13032def9fe5b17ada14 (diff)
downloademacs-88dbda519d46ea8902e7f91a6d217387cfe5a2c0.tar.gz
emacs-88dbda519d46ea8902e7f91a6d217387cfe5a2c0.zip
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.
Diffstat (limited to 'lisp/progmodes')
-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 04a04184ed2..c3a68c3be99 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
409is defined as dcl-electric-character. 409is defined as dcl-electric-character.
410 410
411E.g.: if this list contains `endif', the key `f' is defined as 411E.g.: if this list contains `endif', the key `f' is defined as
412dcl-electric-character and the you have just typed the `f' in 412dcl-electric-character and you have just typed the `f' in
413`endif', the line will be reindented." 413`endif', the line will be reindented."
414 :type '(repeat regexp) 414 :type '(repeat regexp)
415 :group 'dcl) 415 :group 'dcl)