diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-18 15:48:22 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-18 16:02:19 +0100 |
commit | ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d (patch) | |
tree | aee24e35b156969e2450699b3d02621bcec3375e /lisp/htmlfontify.el | |
parent | c116d9f74c8fc81a7e98b1519fa300998a8a15c3 (diff) | |
download | emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.gz emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.bz2 emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.zip |
; Fix typos
Diffstat (limited to 'lisp/htmlfontify.el')
-rw-r--r-- | lisp/htmlfontify.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index 34092b1417e..df4c6ab079c 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el @@ -1937,7 +1937,7 @@ Otherwise, the link should be to the index file. We are not yet concerned with the file extensions/tag line number and so on at this point. -If `hfy-split-index' is set, and the href wil be to an index file rather than +If `hfy-split-index' is set, and the href will be to an index file rather than a source file, append a .X to `hfy-index-file', where X is the uppercased first character of TAG. |