From: Eli Zaretskii Date: Thu, 25 Oct 2001 12:49:02 +0000 (+0000) Subject: (Regexps): Clarify that C-j should be preceded by C-q in interactive use. X-Git-Tag: emacs-21.2~458 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=efe97b918c07b4d41a1dce2f0705217d9f055b19;p=emacs.git (Regexps): Clarify that C-j should be preceded by C-q in interactive use. --- diff --git a/man/search.texi b/man/search.texi index b4e0b374c4b..997b1d9e921 100644 --- a/man/search.texi +++ b/man/search.texi @@ -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