From 5b88e3ac9c33eec10bbc64aa020b7e1c9822692f Mon Sep 17 00:00:00 2001 From: sgerwk Date: Sun, 3 May 2020 16:31:44 +0200 Subject: [PATCH] document the -remote search(string) function --- doc/man/man1/elinks.1.in | 4 ++++ doc/remote.txt | 1 + 2 files changed, 5 insertions(+) diff --git a/doc/man/man1/elinks.1.in b/doc/man/man1/elinks.1.in index e50e06d7..f9a3d261 100644 --- a/doc/man/man1/elinks.1.in +++ b/doc/man/man1/elinks.1.in @@ -211,6 +211,10 @@ Following is a list of the supported methods: .RE .sp .RS 4 +\h'-04'\(bu\h'+03'\fBsearch(\fR\fBstring\fR\fB)\fR: search in the current tab +.RE +.sp +.RS 4 \h'-04'\(bu\h'+03'\fBxfeDoCommand(\fR\fBopenBrowser\fR\fB)\fR: open new window .RE .RE diff --git a/doc/remote.txt b/doc/remote.txt index d5116000..f12ae9cb 100644 --- a/doc/remote.txt +++ b/doc/remote.txt @@ -77,6 +77,7 @@ Command Description addBookmark(URL) Bookmarks the passed URL. infoBox(text) Show text in a message box. reload() Reload the document in the current tab. +search(string) Search for the string in the current tab ------------------------------------------------------------------------------- `-remote` can also take a list of URLs without an explicit action, in which case