summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-03-31 09:44:16 +0200
committerSébastien Helleu <flashcode@flashtux.org>2018-03-31 09:44:16 +0200
commit424c1b99fd1fe94bca51223a1d037ff32c7bab04 (patch)
treecea67fa994ba4b4ebc824a17941246708b2ea616
parent9af0c04b883e6d13057aead956e1893508bce2a0 (diff)
downloadweechat-424c1b99fd1fe94bca51223a1d037ff32c7bab04.zip
doc: add note about /fset completion in quickstart guide
-rw-r--r--doc/cs/weechat_quickstart.cs.adoc5
-rw-r--r--doc/de/weechat_quickstart.de.adoc5
-rw-r--r--doc/en/weechat_quickstart.en.adoc4
-rw-r--r--doc/es/weechat_quickstart.es.adoc5
-rw-r--r--doc/fr/weechat_quickstart.fr.adoc5
-rw-r--r--doc/it/weechat_quickstart.it.adoc5
-rw-r--r--doc/ja/weechat_quickstart.ja.adoc5
-rw-r--r--doc/pl/weechat_quickstart.pl.adoc5
-rw-r--r--doc/ru/weechat_quickstart.ru.adoc5
9 files changed, 44 insertions, 0 deletions
diff --git a/doc/cs/weechat_quickstart.cs.adoc b/doc/cs/weechat_quickstart.cs.adoc
index ae7852686..ca8e7a7ee 100644
--- a/doc/cs/weechat_quickstart.cs.adoc
+++ b/doc/cs/weechat_quickstart.cs.adoc
@@ -84,6 +84,11 @@ IRC options:
----
// TRANSLATION MISSING
+The `/fset` command has completion on part of option names, so for example if
+you type `/fset hot` and press kbd:[Tab] this is completed as `/fset hotlist`.
+If you press kbd:[Enter], options about the hotlist are displayed.
+
+// TRANSLATION MISSING
For more information about `/fset` command and keys, see `/help fset`.
[[core_vs_plugins]]
diff --git a/doc/de/weechat_quickstart.de.adoc b/doc/de/weechat_quickstart.de.adoc
index f974a3b55..cdf2708ad 100644
--- a/doc/de/weechat_quickstart.de.adoc
+++ b/doc/de/weechat_quickstart.de.adoc
@@ -94,6 +94,11 @@ IRC options:
----
// TRANSLATION MISSING
+The `/fset` command has completion on part of option names, so for example if
+you type `/fset hot` and press kbd:[Tab] this is completed as `/fset hotlist`.
+If you press kbd:[Enter], options about the hotlist are displayed.
+
+// TRANSLATION MISSING
For more information about `/fset` command and keys, see `/help fset`.
[[core_vs_plugins]]
diff --git a/doc/en/weechat_quickstart.en.adoc b/doc/en/weechat_quickstart.en.adoc
index a1e9a0d4a..09071c0c4 100644
--- a/doc/en/weechat_quickstart.en.adoc
+++ b/doc/en/weechat_quickstart.en.adoc
@@ -78,6 +78,10 @@ IRC options:
/fset irc.*
----
+The `/fset` command has completion on part of option names, so for example if
+you type `/fset hot` and press kbd:[Tab] this is completed as `/fset hotlist`.
+If you press kbd:[Enter], options about the hotlist are displayed.
+
For more information about `/fset` command and keys, see `/help fset`.
[[core_vs_plugins]]
diff --git a/doc/es/weechat_quickstart.es.adoc b/doc/es/weechat_quickstart.es.adoc
index 75f1d42d6..b02812359 100644
--- a/doc/es/weechat_quickstart.es.adoc
+++ b/doc/es/weechat_quickstart.es.adoc
@@ -93,6 +93,11 @@ IRC options:
----
// TRANSLATION MISSING
+The `/fset` command has completion on part of option names, so for example if
+you type `/fset hot` and press kbd:[Tab] this is completed as `/fset hotlist`.
+If you press kbd:[Enter], options about the hotlist are displayed.
+
+// TRANSLATION MISSING
For more information about `/fset` command and keys, see `/help fset`.
[[core_vs_plugins]]
diff --git a/doc/fr/weechat_quickstart.fr.adoc b/doc/fr/weechat_quickstart.fr.adoc
index ec393fa18..9a0510b1d 100644
--- a/doc/fr/weechat_quickstart.fr.adoc
+++ b/doc/fr/weechat_quickstart.fr.adoc
@@ -81,6 +81,11 @@ Les options IRC :
/fset irc.*
----
+La commande `/fset` a la complétion sur les bouts de noms d'options, donc par
+exemple si vous tapez `/fset hot` et appuyez sur kbd:[Tab] cela est complété en
+`/fset hotlist`. Si vous appuyez sur kbd:[Enter], les options sur la hotlist
+sont affichées.
+
Pour plus d'informations sur la commande `/fset` et les touches, voir `/help fset`.
[[core_vs_plugins]]
diff --git a/doc/it/weechat_quickstart.it.adoc b/doc/it/weechat_quickstart.it.adoc
index a67f08b55..daa430e4a 100644
--- a/doc/it/weechat_quickstart.it.adoc
+++ b/doc/it/weechat_quickstart.it.adoc
@@ -92,6 +92,11 @@ IRC options:
----
// TRANSLATION MISSING
+The `/fset` command has completion on part of option names, so for example if
+you type `/fset hot` and press kbd:[Tab] this is completed as `/fset hotlist`.
+If you press kbd:[Enter], options about the hotlist are displayed.
+
+// TRANSLATION MISSING
For more information about `/fset` command and keys, see `/help fset`.
[[core_vs_plugins]]
diff --git a/doc/ja/weechat_quickstart.ja.adoc b/doc/ja/weechat_quickstart.ja.adoc
index 683de894a..8149887d1 100644
--- a/doc/ja/weechat_quickstart.ja.adoc
+++ b/doc/ja/weechat_quickstart.ja.adoc
@@ -90,6 +90,11 @@ IRC options:
----
// TRANSLATION MISSING
+The `/fset` command has completion on part of option names, so for example if
+you type `/fset hot` and press kbd:[Tab] this is completed as `/fset hotlist`.
+If you press kbd:[Enter], options about the hotlist are displayed.
+
+// TRANSLATION MISSING
For more information about `/fset` command and keys, see `/help fset`.
[[core_vs_plugins]]
diff --git a/doc/pl/weechat_quickstart.pl.adoc b/doc/pl/weechat_quickstart.pl.adoc
index d6ea96615..a06011f5c 100644
--- a/doc/pl/weechat_quickstart.pl.adoc
+++ b/doc/pl/weechat_quickstart.pl.adoc
@@ -89,6 +89,11 @@ IRC options:
----
// TRANSLATION MISSING
+The `/fset` command has completion on part of option names, so for example if
+you type `/fset hot` and press kbd:[Tab] this is completed as `/fset hotlist`.
+If you press kbd:[Enter], options about the hotlist are displayed.
+
+// TRANSLATION MISSING
For more information about `/fset` command and keys, see `/help fset`.
[[core_vs_plugins]]
diff --git a/doc/ru/weechat_quickstart.ru.adoc b/doc/ru/weechat_quickstart.ru.adoc
index 6f06741b8..198334ba5 100644
--- a/doc/ru/weechat_quickstart.ru.adoc
+++ b/doc/ru/weechat_quickstart.ru.adoc
@@ -91,6 +91,11 @@ IRC options:
----
// TRANSLATION MISSING
+The `/fset` command has completion on part of option names, so for example if
+you type `/fset hot` and press kbd:[Tab] this is completed as `/fset hotlist`.
+If you press kbd:[Enter], options about the hotlist are displayed.
+
+// TRANSLATION MISSING
For more information about `/fset` command and keys, see `/help fset`.
[[core_vs_plugins]]