comparison man/search.texi @ 40302:c96b651c8c8e

(Regexps): Clarify that C-j should be preceded by a C-q in interactive use.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 25 Oct 2001 12:45:28 +0000
parents d8ab01673218
children 549e09fb7907
comparison
equal deleted inserted replaced
40301:6500bb9520ba 40302:c96b651c8c8e
718 end-of-line, a space at the end of a line, a tab, or two spaces; and a 718 end-of-line, a space at the end of a line, a tab, or two spaces; and a
719 character set matching whitespace characters, repeated any number of 719 character set matching whitespace characters, repeated any number of
720 times. 720 times.
721 721
722 To enter the same regexp interactively, you would type @key{TAB} to 722 To enter the same regexp interactively, you would type @key{TAB} to
723 enter a tab, and @kbd{C-j} to enter a newline. You would also type 723 enter a tab, and @kbd{C-j} to enter a newline. (When typed
724 single backslashes as themselves, instead of doubling them for Lisp syntax. 724 interactively, @kbd{C-j} should be preceded by a @kbd{C-q}, to prevent
725 Emacs from running the command bound to a newline.) You would also type
726 single backslashes as themselves, instead of doubling them for Lisp
727 syntax.
725 728
726 @ignore 729 @ignore
727 @c I commented this out because it is missing vital information 730 @c I commented this out because it is missing vital information
728 @c and therefore useless. For instance, what do you do to *use* the 731 @c and therefore useless. For instance, what do you do to *use* the
729 @c regular expression when it is finished? What jobs is this good for? 732 @c regular expression when it is finished? What jobs is this good for?