* doc/emacs/search.texi (Regexp Search): Just say "Emacs".
authorGlenn Morris <rgm@gnu.org>
Mon, 30 Apr 2012 06:53:56 +0000 (23:53 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 30 Apr 2012 06:53:56 +0000 (23:53 -0700)
doc/emacs/ChangeLog
doc/emacs/search.texi

index ecc6aa5..e61bbb8 100644 (file)
@@ -1,5 +1,7 @@
 2012-04-30  Glenn Morris  <rgm@gnu.org>
 
+       * search.texi (Regexp Search): Just say "Emacs".
+
        * display.texi (Auto Scrolling):
        Reword to avoid repetition and improve page break.
 
index 9d30c6f..152ac60 100644 (file)
@@ -456,7 +456,7 @@ apply to the lazy highlight, which always matches whole words.
 @cindex search for a regular expression
 
   A @dfn{regular expression} (or @dfn{regexp} for short) is a pattern
-that denotes a class of alternative strings to match.  GNU Emacs
+that denotes a class of alternative strings to match.  Emacs
 provides both incremental and nonincremental ways to search for a
 match for a regexp.  The syntax of regular expressions is explained in
 the next section.