1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(align-rules-list, align-exclude-rules-list): Fix typos.

This commit is contained in:
Juanma Barranquero 2002-10-17 16:44:45 +00:00
parent d6567030a2
commit bb6ee9f31b

View file

@ -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)