diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-10-25 12:45:28 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-10-25 12:45:28 +0000 |
commit | a56adac533a3ba198b5e56ed48d1273747e146e0 (patch) | |
tree | 5ecb97524dd8b1739fb8a4b88bde329dc6f36aff /man/search.texi | |
parent | a4416b143762030c2f9da651af26afc9a0505eec (diff) | |
download | emacs-a56adac533a3ba198b5e56ed48d1273747e146e0.tar.gz |
(Regexps): Clarify that C-j should be preceded by a C-q in interactive use.
Diffstat (limited to 'man/search.texi')
-rw-r--r-- | man/search.texi | 7 |
1 files 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 |