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:
parent
d6567030a2
commit
bb6ee9f31b
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue