bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#47981: [PATCH] Add newline and tab matching information to query-rep


From: Eli Zaretskii
Subject: bug#47981: [PATCH] Add newline and tab matching information to query-replace-regexp docstring.
Date: Sat, 24 Apr 2021 09:04:50 +0300

> Date: Fri, 23 Apr 2021 20:35:00 +0000
> From: Eric Skoglund <eric@pagefault.se>
> 
> --- a/lisp/replace.el
> +++ b/lisp/replace.el
> @@ -432,6 +432,9 @@ query-replace-regexp
>  of the region.  Otherwise, operate from point to the end of the buffer's
>  accessible portion.
>  
> +Matching a newline with `\n' will not work, use `C-q C-j' instead.
> +Similarly to match a tab character (`\t') just press `TAB'.

That's only true in interactive invocations, isn't it?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]