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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/align.el [lexbind]
Date: Tue, 14 Oct 2003 19:51:38 -0400

Index: emacs/lisp/align.el
diff -c emacs/lisp/align.el:1.10.2.1 emacs/lisp/align.el:1.10.2.2
*** emacs/lisp/align.el:1.10.2.1        Fri Apr  4 01:20:00 2003
--- emacs/lisp/align.el Tue Oct 14 19:50:47 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
***************
*** 1588,1591 ****
--- 1588,1592 ----
  
  (run-hooks 'align-load-hook)
  
+ ;;; arch-tag: ef79cccf-1db8-4888-a8a1-d7ce2d1532f7
  ;;; align.el ends here




reply via email to

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