diff options
| author | Paul Eggert | 2014-01-04 18:56:08 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-01-04 18:56:08 -0800 |
| commit | da5ecfa9b951691fc8bbf17f24fc8626216a706b (patch) | |
| tree | 578d41e67060235d3de230b39c9326d683d77014 /doc/misc/htmlfontify.texi | |
| parent | 5a0f4e9062f20f26a3f3b89e60a7bf2fd136e4c0 (diff) | |
| download | emacs-da5ecfa9b951691fc8bbf17f24fc8626216a706b.tar.gz emacs-da5ecfa9b951691fc8bbf17f24fc8626216a706b.zip | |
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.'' | |||
| 57 | @menu | 57 | @menu |
| 58 | * Introduction:: About Htmlfontify. | 58 | * Introduction:: About Htmlfontify. |
| 59 | * Usage & Examples:: How to use Htmlfontify. | 59 | * Usage & Examples:: How to use Htmlfontify. |
| 60 | * Customization:: Fine-tuning Htmlfontify's behaviour. | 60 | * Customization:: Fine-tuning Htmlfontify's behavior. |
| 61 | * Requirements:: External programs used by Htmlfontify. | 61 | * Requirements:: External programs used by Htmlfontify. |
| 62 | * GNU Free Documentation License:: The license for this documentation. | 62 | * GNU Free Documentation License:: The license for this documentation. |
| 63 | * Index:: Index of contents. | 63 | * Index:: Index of contents. |
| @@ -820,7 +820,7 @@ which @emph{didn't} clash with @var{class} was returned. In versions | |||
| 820 | from 0.18 onwards, each font attribute list is scored, and the | 820 | from 0.18 onwards, each font attribute list is scored, and the |
| 821 | non-conflicting list with the highest score is returned. (A specification | 821 | non-conflicting list with the highest score is returned. (A specification |
| 822 | with a class of @code{t} is considered to match any class you specify. | 822 | with a class of @code{t} is considered to match any class you specify. |
| 823 | This matches Emacs's behaviour when deciding on which face attributes to | 823 | This matches Emacs's behavior when deciding on which face attributes to |
| 824 | use, to the best of my understanding ). | 824 | use, to the best of my understanding ). |
| 825 | 825 | ||
| 826 | If @var{class} is nil, then you just get get whatever | 826 | If @var{class} is nil, then you just get get whatever |