From 3111f7b6b35c581b2e0adfe915604cd2e0203612 Mon Sep 17 00:00:00 2001 From: EricFromCanada Date: Mon, 5 Jan 2015 23:22:19 -0500 Subject: [PATCH] rewording of `highlight_options` description --- doc/config.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/config.rst b/doc/config.rst index 94e33f456..98db4569b 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -305,9 +305,10 @@ Project information .. confval:: highlight_options - A dictionary of options that modify the behavior of the lexer for the - selected language. These are lexer-specific. For the options understood by - each, see the `Pygments documentation `_. + A dictionary of options that modify how the lexer specified by + :confval:`highlight_language` generates highlighted source code. These are + lexer-specific; for the options understood by each, see the + `Pygments documentation `_. .. versionadded:: 1.3