emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/align.el


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/align.el
Date: Tue, 27 May 2003 14:38:40 -0400

Index: emacs/lisp/align.el
diff -c emacs/lisp/align.el:1.11 emacs/lisp/align.el:1.12
*** emacs/lisp/align.el:1.11    Thu Oct 17 12:44:45 2002
--- emacs/lisp/align.el Tue May 27 14:38:40 2003
***************
*** 635,643 ****
            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 by itself.
  
  `tab-stop'  If the `tab-stop' attribute is set, and non-nil, the
--- 635,643 ----
            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 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]