aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2003-05-27 18:38:40 +0000
committerGlenn Morris2003-05-27 18:38:40 +0000
commitc0faad25516d3051f67612998dbe2ac1698e4138 (patch)
tree1b9d3268a151b9c883f8e4698ded2448d91013a8
parent9d1137ce044c1aa65087dd921f78819b81661cbd (diff)
downloademacs-c0faad25516d3051f67612998dbe2ac1698e4138.tar.gz
emacs-c0faad25516d3051f67612998dbe2ac1698e4138.zip
(align-rules-list): Doc fix.
-rw-r--r--lisp/align.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/align.el b/lisp/align.el
index fe39c74aa94..4f638950484 100644
--- a/lisp/align.el
+++ b/lisp/align.el
@@ -635,9 +635,9 @@ The following attributes are meaningful:
635 containing alphabetic character, sometimes you may want 635 containing alphabetic character, sometimes you may want
636 the search to proceed case-insensitively (for languages 636 the search to proceed case-insensitively (for languages
637 that ignore case, such as pascal for example). In that 637 that ignore case, such as pascal for example). In that
638 case, set `case-fold' to nil, and the regular expression 638 case, set `case-fold' to a non-nil value, and the regular
639 search will ignore case. If `regexp' is set to a 639 expression search will ignore case. If `regexp' is set to
640 function, that function must handle the job of ignoring 640 a function, that function must handle the job of ignoring
641 case by itself. 641 case by itself.
642 642
643`tab-stop' If the `tab-stop' attribute is set, and non-nil, the 643`tab-stop' If the `tab-stop' attribute is set, and non-nil, the