From be917f7b32771d5a5cb118181d10970056d37328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Rubinstein?= Date: Tue, 13 Dec 2016 19:11:45 +0100 Subject: [PATCH] README, doc: mention `:doc` --- README.asciidoc | 2 ++ doc/manpages/commands.asciidoc | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index a20530a8..98e7fa95 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -620,6 +620,8 @@ Some commands take an exclamation mark (`!`), which can be used to force the execution of the command (i.e. to quit a modified buffer, the command `q!` has to be used). + * `doc `: display documentation about a topic. The completion list + displays the available topics. * `cd `: change the current directory to the one passed * `e[dit][!] [ []]`: open buffer on file, go to given line and column. If file is already opened, just switch to this file. diff --git a/doc/manpages/commands.asciidoc b/doc/manpages/commands.asciidoc index c52491b8..fcb12def 100644 --- a/doc/manpages/commands.asciidoc +++ b/doc/manpages/commands.asciidoc @@ -12,6 +12,10 @@ Some commands take an exclamation mark (*!*), which can be used to force the execution of the command (i.e. to quit a modified buffer, the command *q!* has to be used). +*doc* :: + display documentation about a topic. The completion list displays the + available topics + *cd* :: change the current directory to the one passed