diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/Makefile.am | 1 | ||||
-rw-r--r-- | doc/en/autogen/notify_commands.xml | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am index f7ff31e4b..faf6223ed 100644 --- a/doc/en/Makefile.am +++ b/doc/en/Makefile.am @@ -33,7 +33,6 @@ BOOK_AUTOGEN_INCLUDE = ../include_autogen.xml \ autogen/logger_commands.xml \ autogen/logger_options.xml \ autogen/lua_commands.xml \ - autogen/notify_commands.xml \ autogen/perl_commands.xml \ autogen/python_commands.xml \ autogen/ruby_commands.xml \ diff --git a/doc/en/autogen/notify_commands.xml b/doc/en/autogen/notify_commands.xml deleted file mode 100644 index 28ffbd12c..000000000 --- a/doc/en/autogen/notify_commands.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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> - |