# HG changeset patch # User Eli Zaretskii # Date 1004013928 0 # Node ID c96b651c8c8e945c7e163ff426de41d723cda8cc # Parent 6500bb9520badd5091f5859b8c0f3c18c3c54af3 (Regexps): Clarify that C-j should be preceded by a C-q in interactive use. diff -r 6500bb9520ba -r c96b651c8c8e man/search.texi --- a/man/search.texi Thu Oct 25 12:18:06 2001 +0000 +++ b/man/search.texi Thu Oct 25 12:45:28 2001 +0000 @@ -720,8 +720,11 @@ 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