diff options
| -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: | |||
| 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 |