From a60f0140783151a1c1b4c5bbaf7f1964a9e4d5ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20G=C3=B6rs?= Date: Wed, 13 Dec 2017 21:17:10 +0100 Subject: [PATCH] doc: fix wrong examples in user guide (issue #1116) --- doc/en/weechat_user.en.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 45aac2151..1cb7a8c0b 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -1483,7 +1483,7 @@ For example to disable highlights from "joe" and "mike" on current buffer: [NOTE] The buffer property "hotlist_max_level_nicks" is not saved in configuration. + You can easily save it with the script _buffer_autoset.py_: you can install it -with `/script install buffer_autoset.py` and get help with `/help autosetbuffer`. +with `/script install buffer_autoset.py` and get help with `/help buffer_autoset`. [[highlights]] === Highlights @@ -1548,7 +1548,7 @@ For example to force the highlight on all messages in the current buffer: [NOTE] The buffer property "highlight_regex" is not saved in configuration. + You can easily save it with the script _buffer_autoset.py_: you can install it -with `/script install buffer_autoset.py` and get help with `/help autosetbuffer`. +with `/script install buffer_autoset.py` and get help with `/help buffer_autoset`. [[key_bindings]] === Default key bindings