emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/searching.texi,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/searching.texi,v
Date: Tue, 03 Oct 2006 17:48:44 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/10/03 17:48:44

Index: searching.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/searching.texi,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -b -r1.75 -r1.76
--- searching.texi      24 Sep 2006 20:34:00 -0000      1.75
+++ searching.texi      3 Oct 2006 17:48:44 -0000       1.76
@@ -515,7 +515,7 @@
 
 @table @samp
 @item [:ascii:]
-This matches any @acronym{ASCII} (unibyte) character.
+This matches any @acronym{ASCII} character (codes 0--127).
 @item [:alnum:]
 This matches any letter or digit.  (At present, for multibyte
 characters, it matches anything that has word syntax.)
@@ -535,8 +535,10 @@
 @item [:lower:]
 This matches any lower-case letter, as determined by
 the current case table (@pxref{Case Tables}).
address@hidden [:multibyte:]
+This matches any multibyte character (@pxref{Text Representations}).
 @item [:nonascii:]
-This matches any address@hidden (multibyte) character.
+This matches any address@hidden character.
 @item [:print:]
 This matches printing characters---everything except @acronym{ASCII} control
 characters and the delete character.
@@ -546,6 +548,8 @@
 @item [:space:]
 This matches any character that has whitespace syntax
 (@pxref{Syntax Class Table}).
address@hidden [:unibyte:]
+This matches any unibyte character (@pxref{Text Representations}).
 @item [:upper:]
 This matches any upper-case letter, as determined by
 the current case table (@pxref{Case Tables}).




reply via email to

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