diff lispref/searching.texi @ 27374:0f5edee5242b

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 20 Jan 2000 18:18:58 +0000
parents a6d5729aef1d
children 72cae205b4f4
line wrap: on
line diff
--- a/lispref/searching.texi	Thu Jan 20 18:07:38 2000 +0000
+++ b/lispref/searching.texi	Thu Jan 20 18:18:58 2000 +0000
@@ -420,8 +420,8 @@
 This matches @samp{0} through @samp{9}.  Thus, @samp{[-+[:digit:]]}
 matches any digit, as well as @samp{+} and @samp{-}.
 @item [:graph:]
-This matches graphic characters---everything except @sc{ascii} control characters,
-space, and DEL.
+This matches graphic characters---everything except @sc{ascii} control
+characters, space, and the delete character.
 @item [:lower:]
 This matches any lower-case letter, as determined by
 the current case table (@pxref{Case Tables}).