Lennart Borgman wrote:
I am beeing disturbed by this sentence in the docstring for `string-match':

    Case is ignored if `case-fold-search' is non-nil in the current buffer.

Is this really true?

I hope so, otherwise how could you specify that the match must be
case-sensitive or case-insensitive?  Now it can be done by let-
binding case-fold-search.

--
Kevin Rodgers



_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to