rc man: hide helper command "man-search"

This undocumented command is only used to share logic between the
various man-link-* commands. Let's hide it to avoid confusion.
This commit is contained in:
Johannes Altmanninger 2022-07-29 20:26:43 +02:00
parent e83dbdcd2c
commit 329b215494

View File

@ -107,7 +107,7 @@ declare-option -hidden regex man_link2 \
# Define a useful command sequence for searching a given regex
# and a given sequence of search keys.
define-command man-search -params 2 %{
define-command -hidden man-search -params 2 %{
set-register / %arg[1]
try %{
execute-keys %arg[2]