diff options
author | Glenn Morris <rgm@gnu.org> | 2003-05-27 18:38:40 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2003-05-27 18:38:40 +0000 |
commit | c0faad25516d3051f67612998dbe2ac1698e4138 (patch) | |
tree | 1b9d3268a151b9c883f8e4698ded2448d91013a8 /lisp/align.el | |
parent | 9d1137ce044c1aa65087dd921f78819b81661cbd (diff) | |
download | emacs-c0faad25516d3051f67612998dbe2ac1698e4138.tar.gz |
(align-rules-list): Doc fix.
Diffstat (limited to 'lisp/align.el')
-rw-r--r-- | lisp/align.el | 6 |
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: containing alphabetic character, sometimes you may want the search to proceed case-insensitively (for languages that ignore case, such as pascal for example). In that - case, set `case-fold' to nil, and the regular expression - search will ignore case. If `regexp' is set to a - function, that function must handle the job of ignoring + case, set `case-fold' to a non-nil value, and the regular + expression search will ignore case. If `regexp' is set to + a function, that function must handle the job of ignoring case by itself. `tab-stop' If the `tab-stop' attribute is set, and non-nil, the |