summaryrefslogtreecommitdiff
path: root/doc/misc
diff options
context:
space:
mode:
authorXi Lu <lx@shellcodes.org>2023-01-15 11:49:45 +0200
committerEli Zaretskii <eliz@gnu.org>2023-01-15 11:49:45 +0200
commitd2efee31edb68e8d2b8ae21e08f6c8ae3779d3c6 (patch)
tree6bfa6c85da62aec91aaf326569a9ae6e7d30bea5 /doc/misc
parent72d2604d1fd66d08f6edc3842b585e0aafaf5cc2 (diff)
downloademacs-d2efee31edb68e8d2b8ae21e08f6c8ae3779d3c6.tar.gz
; Update htmlfontify documentation
* doc/misc/htmlfontify.texi (Customization): Remove 'hfy-find-cmd', add 'hfy-exclude-file-rules'. (Requirements): Remove text about 'find' program.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/htmlfontify.texi14
1 files changed, 4 insertions, 10 deletions
diff --git a/doc/misc/htmlfontify.texi b/doc/misc/htmlfontify.texi
index 2c96002fb16..accb631fe3a 100644
--- a/doc/misc/htmlfontify.texi
+++ b/doc/misc/htmlfontify.texi
@@ -1351,11 +1351,11 @@ Whether or not to split the index @ref{hfy-index-file} alphabetically
on the first letter of each tag. Useful when the index would otherwise
be large and take a long time to render or be difficult to navigate.
-@item hfy-find-cmd
-@vindex hfy-find-cmd
-@anchor{hfy-find-cmd}
+@item hfy-exclude-file-rules
+@vindex hfy-exclude-file-rules
+@anchor{hfy-exclude-file-rules}
-The ``find'' command used to harvest a list of files to attempt to fontify.
+Regular expressions to exclude files which shouldn't be fontified.
@item hfy-extn
@vindex hfy-extn
@@ -1546,12 +1546,6 @@ but you should be able to override this.
See: @ref{Customization}
@item
-A copy of find (e.g., GNU find) that provides the @code{-path} predicate.
-
-You may be able to work around this with a suitable clever shell
-command and the customization entry: @ref{hfy-find-cmd}
-
-@item
A copy of sed (e.g., GNU sed).
@item