diff options
| author | Juanma Barranquero | 2010-10-23 01:38:34 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-10-23 01:38:34 +0200 |
| commit | 88dbda519d46ea8902e7f91a6d217387cfe5a2c0 (patch) | |
| tree | eba434f1857f322b46b2be65f2dcbff4d3b9d135 /lisp/progmodes | |
| parent | cd5ad71278628d0b71ba13032def9fe5b17ada14 (diff) | |
| download | emacs-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.el | 2 |
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 | |||
| 409 | is defined as dcl-electric-character. | 409 | is defined as dcl-electric-character. |
| 410 | 410 | ||
| 411 | E.g.: if this list contains `endif', the key `f' is defined as | 411 | E.g.: if this list contains `endif', the key `f' is defined as |
| 412 | dcl-electric-character and the you have just typed the `f' in | 412 | dcl-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) |