]> git.eshelyaron.com Git - emacs.git/commitdiff
; Update htmlfontify documentation
authorXi Lu <lx@shellcodes.org>
Sun, 15 Jan 2023 09:49:45 +0000 (11:49 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 15 Jan 2023 09:49:45 +0000 (11:49 +0200)
* doc/misc/htmlfontify.texi (Customization): Remove 'hfy-find-cmd',
add 'hfy-exclude-file-rules'.
(Requirements): Remove text about 'find' program.

doc/misc/htmlfontify.texi

index 2c96002fb16174b7127f8669488b119c1eee1b86..accb631fe3a13cb6a088b5e6cd6fbe866ebf4e52 100644 (file)
@@ -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
@@ -1545,12 +1545,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).