diff options
| -rw-r--r-- | lisp/align.el | 4 |
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: | |||
| 579 | (run-if . ,(function | 579 | (run-if . ,(function |
| 580 | (lambda () | 580 | (lambda () |
| 581 | (eq '- current-prefix-arg)))))) | 581 | (eq '- current-prefix-arg)))))) |
| 582 | "*An list describing all of the available alignment rules. | 582 | "*A list describing all of the available alignment rules. |
| 583 | The format is: | 583 | The format is: |
| 584 | 584 | ||
| 585 | ((TITLE | 585 | ((TITLE |
| @@ -777,7 +777,7 @@ The following attributes are meaningful: | |||
| 777 | (regexp . "^\\s-*#\\s-*\\(if\\w*\\|endif\\)\\(.*\\)$") | 777 | (regexp . "^\\s-*#\\s-*\\(if\\w*\\|endif\\)\\(.*\\)$") |
| 778 | (group . 2) | 778 | (group . 2) |
| 779 | (modes . align-c++-modes))) | 779 | (modes . align-c++-modes))) |
| 780 | "*An list describing text that should be excluded from alignment. | 780 | "*A list describing text that should be excluded from alignment. |
| 781 | See the documentation for `align-rules-list' for more info." | 781 | See the documentation for `align-rules-list' for more info." |
| 782 | :type align-exclude-rules-list-type | 782 | :type align-exclude-rules-list-type |
| 783 | :group 'align) | 783 | :group 'align) |