1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

doc: fix wrong examples in user guide (issue #1116)

This commit is contained in:
Nils Görs
2017-12-13 21:17:10 +01:00
parent 1360a22252
commit a60f014078
+2 -2
View File
@@ -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