changeset 47920:839ee0b81fe0

(align-rules-list, align-exclude-rules-list): Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 17 Oct 2002 16:44:45 +0000
parents b85eeb858fb1
children d69da0fafe03
files lisp/align.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/align.el	Thu Oct 17 16:01:23 2002 +0000
+++ b/lisp/align.el	Thu Oct 17 16:44:45 2002 +0000
@@ -579,7 +579,7 @@
      (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 @@
      (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)