diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-03-04 00:45:03 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-03-04 00:45:03 -0800 |
commit | 681ebc3315da58909ab2037e57f20bffdd81ce63 (patch) | |
tree | 4764d5c9e6db8ce9946729b7c2203250e90f26b7 /doc/misc/htmlfontify.texi | |
parent | 42926ec8785db4d6363c54a0859ece09d710cbd0 (diff) | |
download | emacs-681ebc3315da58909ab2037e57f20bffdd81ce63.tar.gz emacs-681ebc3315da58909ab2037e57f20bffdd81ce63.tar.bz2 emacs-681ebc3315da58909ab2037e57f20bffdd81ce63.zip |
Prefer UTF-8 for documentation.
With GNU Texinfo 5.0, this generates nicer-looking info files,
since they can use curly quotes. With older Texinfo it doesn't matter.
Diffstat (limited to 'doc/misc/htmlfontify.texi')
-rw-r--r-- | doc/misc/htmlfontify.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/htmlfontify.texi b/doc/misc/htmlfontify.texi index 6cb8942bf15..e45234872e2 100644 --- a/doc/misc/htmlfontify.texi +++ b/doc/misc/htmlfontify.texi @@ -123,8 +123,8 @@ reproduces the look of the current Emacs buffer as closely as possible. entities, so you should even be able to do html-within-html fontified display. -You should, however, note that random control or eight-bit characters -such as ^L (\x0c) or ¤ (\xa4) won't get mapped yet. +You should, however, note that random control or non-ASCII characters +such as ^L (\x0c) or ¤ (\xa4) won't get mapped yet. If the @var{srcdir} and @var{file} arguments are set, lookup etags derived entries in the @ref{hfy-tags-cache} and add html anchors |