From efe97b918c07b4d41a1dce2f0705217d9f055b19 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 25 Oct 2001 12:49:02 +0000 Subject: [PATCH] (Regexps): Clarify that C-j should be preceded by C-q in interactive use. --- man/search.texi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 2.39.2