diff man/lispref/searching.texi @ 446:1ccc32a20af4 r21-2-38

Import from CVS: tag r21-2-38
author cvs
date Mon, 13 Aug 2007 11:37:21 +0200
parents 576fb035e263
children 0f42689481f0
line wrap: on
line diff
--- a/man/lispref/searching.texi	Mon Aug 13 11:36:20 2007 +0200
+++ b/man/lispref/searching.texi	Mon Aug 13 11:37:21 2007 +0200
@@ -652,8 +652,8 @@
 
   In XEmacs, you can search for the next match for a regexp either
 incrementally or not.  Incremental search commands are described in the
-@cite{The XEmacs Reference Manual}.  @xref{Regexp Search, , Regular Expression
-Search, emacs, The XEmacs Reference Manual}.  Here we describe only the search
+@cite{The XEmacs Lisp Reference Manual}.  @xref{Regexp Search, , Regular Expression
+Search, xemacs, The XEmacs Lisp Reference Manual}.  Here we describe only the search
 functions useful in programs.  The principal one is
 @code{re-search-forward}.