diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-04 18:56:08 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-04 18:56:08 -0800 |
commit | da5ecfa9b951691fc8bbf17f24fc8626216a706b (patch) | |
tree | 578d41e67060235d3de230b39c9326d683d77014 /doc/misc/htmlfontify.texi | |
parent | 5a0f4e9062f20f26a3f3b89e60a7bf2fd136e4c0 (diff) | |
download | emacs-da5ecfa9b951691fc8bbf17f24fc8626216a706b.tar.gz |
Spelling fixes.
* lib-src/Makefile.in (regex.o): Remove reference to no-longer-used macros
CONFIG_BROKETS and INHIBIT_STRING_HEADER. "BROKETS" was a
misspelling anyway....
* src/nsterm.h (updateCollectionBehavior): Rename from
updateCollectionBehaviour. All uses changed.
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 18e7c34a73c..3124a281676 100644 --- a/doc/misc/htmlfontify.texi +++ b/doc/misc/htmlfontify.texi @@ -57,7 +57,7 @@ modify this GNU manual.'' @menu * Introduction:: About Htmlfontify. * Usage & Examples:: How to use Htmlfontify. -* Customization:: Fine-tuning Htmlfontify's behaviour. +* Customization:: Fine-tuning Htmlfontify's behavior. * Requirements:: External programs used by Htmlfontify. * GNU Free Documentation License:: The license for this documentation. * Index:: Index of contents. @@ -820,7 +820,7 @@ which @emph{didn't} clash with @var{class} was returned. In versions from 0.18 onwards, each font attribute list is scored, and the non-conflicting list with the highest score is returned. (A specification with a class of @code{t} is considered to match any class you specify. -This matches Emacs's behaviour when deciding on which face attributes to +This matches Emacs's behavior when deciding on which face attributes to use, to the best of my understanding ). If @var{class} is nil, then you just get get whatever |