summaryrefslogtreecommitdiff
path: root/lisp/align.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-10-17 16:44:45 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-10-17 16:44:45 +0000
commitbb6ee9f31bb063b8e091a1ee30f987fcd8d65476 (patch)
tree96168926078842a4fef3f25dd8bb9309f107e564 /lisp/align.el
parentd6567030a2d3c336a031bc97eea4af2df95f3d61 (diff)
downloademacs-bb6ee9f31bb063b8e091a1ee30f987fcd8d65476.tar.gz
(align-rules-list, align-exclude-rules-list): Fix typos.
Diffstat (limited to 'lisp/align.el')
-rw-r--r--lisp/align.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/align.el b/lisp/align.el
index e5ad98c815a..fe39c74aa94 100644
--- a/lisp/align.el
+++ b/lisp/align.el
@@ -579,7 +579,7 @@ The possible settings for `align-region-separate' are:
(run-if . ,(function
(lambda ()
(eq '- current-prefix-arg))))))
- "*An list describing all of the available alignment rules.
+ "*A list describing all of the available alignment rules.
The format is:
((TITLE
@@ -777,7 +777,7 @@ The following attributes are meaningful:
(regexp . "^\\s-*#\\s-*\\(if\\w*\\|endif\\)\\(.*\\)$")
(group . 2)
(modes . align-c++-modes)))
- "*An list describing text that should be excluded from alignment.
+ "*A list describing text that should be excluded from alignment.
See the documentation for `align-rules-list' for more info."
:type align-exclude-rules-list-type
:group 'align)