commit 80bea3eb9b99e59b770b7ad27730194bc2548c24 parent b5ede4ff65f011c6b5ff2ad8d777a5c40717def4 Author: Benno Schulenberg <bensberg@telfort.nl> Date: Sun, 26 Aug 2018 09:40:09 +0200 docs: slightly reword the description of four bindable functions Diffstat:
M | doc/nano.texi | | | 9 | +++++---- |
M | doc/nanorc.5 | | | 9 | +++++---- |
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/doc/nano.texi b/doc/nano.texi @@ -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. diff --git a/doc/nanorc.5 b/doc/nanorc.5 @@ -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.