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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user