1
1

docs: slightly reword the description of four bindable functions

Этот коммит содержится в:
Benno Schulenberg 2018-08-26 09:40:09 +02:00
родитель b5ede4ff65
Коммит 80bea3eb9b
2 изменённых файлов: 10 добавлений и 8 удалений

Просмотреть файл

@ -1301,19 +1301,20 @@ Suspends the editor (if the suspending function is enabled, see the
"suspendenable" entry below).
@item casesens
Toggles case sensitivity in searching (search/replace menus only).
Toggles whether searching/replacing ignores or respects the case of
the given characters.
@item regexp
Toggles whether searching/replacing is based on literal strings or regular expressions.
Toggles whether searching/replacing uses literal strings or regular expressions.
@item backwards
Toggles whether searching/replacing goes forward or backward.
@item prevhistory
Shows the previous history entry in the prompt menus (e.g.@: search).
Retrieves the previous (older) entry at a prompt.
@item nexthistory
Shows the next history entry in the prompt menus (e.g.@: search).
Retrieves the next (newer) entry at a prompt.
@item flipreplace
Toggles between searching for something and replacing something.

Просмотреть файл

@ -664,19 +664,20 @@ Suspends the editor (if the suspending function is enabled, see the
"suspendenable" entry below).
.TP
.B casesens
Toggles case sensitivity in searching (search/replace menus only).
Toggles whether searching/replacing ignores or respects the case of
the given characters.
.TP
.B regexp
Toggles whether searching/replacing is based on literal strings or regular expressions.
Toggles whether searching/replacing uses literal strings or regular expressions.
.TP
.B backwards
Toggles whether searching/replacing goes forward or backward.
.TP
.B prevhistory
Shows the previous history entry in the prompt menus (e.g. search).
Retrieves the previous (older) entry at a prompt.
.TP
.B nexthistory
Shows the next history entry in the prompt menus (e.g. search).
Retrieves the next (newer) entry at a prompt.
.TP
.B flipreplace
Toggles between searching for something and replacing something.