1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 12:20:39 -08:00

; * doc/emacs/search.texi (Lax Search): Fix wording.

This commit is contained in:
Eli Zaretskii 2021-12-28 20:02:07 +02:00
parent 5403dcf699
commit 498787e511

View file

@ -1451,10 +1451,10 @@ letter @code{a} as well as all the other variants like @code{@'a}.
@vindex char-fold-override
You can add new foldings using the customizable variable
@code{char-fold-include}, or remove the existing ones using the
customizable variable @code{char-fold-exclude}. Also you can
customize @code{char-fold-override} to @code{t} to disable default
character equivalences, so you can add only your own equivalences
using @code{char-fold-include}.
customizable variable @code{char-fold-exclude}. You can also
customize @code{char-fold-override} to @code{t} to disable all the
character equivalences except those you add yourself using
@code{char-fold-include}.
@node Replace
@section Replacement Commands