From bb6ee9f31bb063b8e091a1ee30f987fcd8d65476 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 17 Oct 2002 16:44:45 +0000 Subject: [PATCH] (align-rules-list, align-exclude-rules-list): Fix typos. --- lisp/align.el | 4 ++-- 1 file 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) -- 2.39.2