aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorPaul Eggert2015-04-05 23:40:54 -0700
committerPaul Eggert2015-04-05 23:43:22 -0700
commitb884ff380dc341ca8dc8fcfe4357110e191216ce (patch)
tree5575008cd120d1ec213fbc0d4255d7d6c642fd83 /doc/misc
parent93ce8b33090d122c0548c386314b7ee804602fd3 (diff)
downloademacs-b884ff380dc341ca8dc8fcfe4357110e191216ce.tar.gz
emacs-b884ff380dc341ca8dc8fcfe4357110e191216ce.zip
Spelling fix for 'hfy-optimizations'
* htmlfontify.el (hfy-optimizations): Rename from hfy-optimisations, with an obsolete alias. All uses changed.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/htmlfontify.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/misc/htmlfontify.texi b/doc/misc/htmlfontify.texi
index 6579cd6c7d1..8140b43e783 100644
--- a/doc/misc/htmlfontify.texi
+++ b/doc/misc/htmlfontify.texi
@@ -840,7 +840,7 @@ See @ref{hfy-display-class} for details of valid values for @var{class}.
840@end lisp 840@end lisp
841 841
842Find face in effect at point P@. If overlays are to be considered 842Find face in effect at point P@. If overlays are to be considered
843(see @ref{hfy-optimisations}) then this may return a @code{defface} style 843(see @ref{hfy-optimizations}) then this may return a @code{defface} style
844list of face properties instead of a face symbol. 844list of face properties instead of a face symbol.
845 845
846@item hfy-bgcol 846@item hfy-bgcol
@@ -950,7 +950,7 @@ Is @var{srcdir}/@var{file} text? Uses @ref{hfy-istext-command} to determine thi
950(hfy-opt @var{symbol}) 950(hfy-opt @var{symbol})
951@end lisp 951@end lisp
952 952
953Is @ref{hfy-optimisations} member @var{symbol} set or not? 953Is @ref{hfy-optimizations} member @var{symbol} set or not?
954 954
955@item hfy-dirname 955@item hfy-dirname
956@findex hfy-dirname 956@findex hfy-dirname
@@ -1395,9 +1395,9 @@ for the more complex shell interactions needed by Htmlfontify.
1395Currently this is only required/used when using GNU etags, see 1395Currently this is only required/used when using GNU etags, see
1396@ref{hfy-etags-cmd-alist} for details. 1396@ref{hfy-etags-cmd-alist} for details.
1397 1397
1398@item hfy-optimisations 1398@item hfy-optimizations
1399@vindex hfy-optimisations 1399@vindex hfy-optimizations
1400@anchor{hfy-optimisations} 1400@anchor{hfy-optimizations}
1401 1401
1402Optimizations to turn on. So far, the following have been implemented: 1402Optimizations to turn on. So far, the following have been implemented:
1403 1403