summaryrefslogtreecommitdiff
path: root/doc/en/autogen/notify_commands.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/autogen/notify_commands.xml')
-rw-r--r--doc/en/autogen/notify_commands.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/en/autogen/notify_commands.xml b/doc/en/autogen/notify_commands.xml
new file mode 100644
index 000000000..6c58a3940
--- /dev/null
+++ b/doc/en/autogen/notify_commands.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ********* WARNING! *********
+
+ This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
+ docgen.pl builds XML doc files to include in many languages
+-->
+
+<command>notify reset | none | highlight | message | all</command>
+<programlisting>
+change notify level for current buffer
+
+ reset: reset notify level to default value
+ none: buffer will never be in hotlist
+highlight: buffer will be in hotlist for highlights only
+ message: buffer will be in hotlist for highlights and user messages only
+ all: buffer will be in hotlist for any text printed
+</programlisting>