]> git.eshelyaron.com Git - emacs.git/commitdiff
(align-rules-list, align-exclude-rules-list): Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 17 Oct 2002 16:44:45 +0000 (16:44 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 17 Oct 2002 16:44:45 +0000 (16:44 +0000)
lisp/align.el

index e5ad98c815ab778b29364e584b2ae3551d5dbb71..fe39c74aa94e4a8d1031b322ff95a94c04caaba7 100644 (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)