aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/display.texi11
1 files changed, 9 insertions, 2 deletions
diff --git a/man/display.texi b/man/display.texi
index a184f8b3db9..c0132da35d4 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -711,9 +711,16 @@ at point, with comment delimiters to prevent them from changing your
711program. (This key binding runs the 711program. (This key binding runs the
712@code{hi-lock-write-interactive-patterns} command.) 712@code{hi-lock-write-interactive-patterns} command.)
713 713
714These patterns will be read the next time you visit the file while 714These patterns may be read the next time you visit the file while
715Hi Lock mode is enabled, or whenever you use the @kbd{M-x 715Hi Lock mode is enabled, or whenever you use the @kbd{M-x
716hi-lock-find-patterns} command. 716hi-lock-find-patterns} command.
717
718Patterns are not read if the buffer's mode is listed in
719@code{hi-lock-exclude-modes}. Patterns are only used if
720@code{hi-lock-file-patterns-policy} is 'ask and the user responds yes
721to a prompt, or if @code{hi-lock-file-patterns-policy} is bound to a
722function and that function returns t. The function is called with the
723patterns as an argument.
717 724
718@item C-x w i 725@item C-x w i
719@kindex C-x w i 726@kindex C-x w i