]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify how to enter regexps in isearch and in the miniubuffer.
authorRichard M. Stallman <rms@gnu.org>
Tue, 30 Oct 2001 18:30:19 +0000 (18:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 30 Oct 2001 18:30:19 +0000 (18:30 +0000)
man/search.texi

index 997b1d9e921dc65a6b39b85131a4d089742825d0..3c6cc3539ed2a3671348ec46791e67137c304c0b 100644 (file)
@@ -719,12 +719,12 @@ end-of-line, a space at the end of a line, a tab, or two spaces; and a
 character set matching whitespace characters, repeated any number of
 times.
 
-  To enter the same regexp interactively, you would type @key{TAB} to
-enter a tab, and @kbd{C-j} to enter a newline.  (When typed
-interactively, @kbd{C-j} should be preceded by a @kbd{C-q}, to prevent
-Emacs from running the command bound to a newline.)  You would also type
-single backslashes as themselves, instead of doubling them for Lisp
-syntax.
+  To enter the same regexp in incremental search, you would type
+@key{TAB} to enter a tab, and @kbd{C-j} to enter a newline.  You would
+also type single backslashes as themselves, instead of doubling them
+for Lisp syntax.  In commands that use ordinary minibuffer input to
+read a regexp, you would quote the @kbd{C-j} by preceding it with a
+@kbd{C-q} to prevent @kbd{C-j} from exiting the minibuffer.
 
 @ignore
 @c I commented this out because it is missing vital information