]> git.eshelyaron.com Git - emacs.git/commitdiff
(Regexps): Clarify that C-j should be preceded by a C-q in interactive use.
authorEli Zaretskii <eliz@gnu.org>
Thu, 25 Oct 2001 12:45:28 +0000 (12:45 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 25 Oct 2001 12:45:28 +0000 (12:45 +0000)
man/search.texi

index b4e0b374c4bbe0bd1ca22fb0e351aa094247a215..997b1d9e921dc65a6b39b85131a4d089742825d0 100644 (file)
@@ -720,8 +720,11 @@ 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.  You would also type
-single backslashes as themselves, instead of doubling them for Lisp syntax.
+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.
 
 @ignore
 @c I commented this out because it is missing vital information