From 4638454b62597aa1169d78c5eab3f8f8777adc1c Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 5 Oct 2007 11:31:55 +0000 Subject: [PATCH] (Auto Faces): Fix typo. --- doc/lispref/ChangeLog | 18 +++++++++++------- doc/lispref/display.texi | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 84546f303f..82393f475f 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2007-10-05 Juanma Barranquero + + * display.texi (Auto Faces): Fix typo. + 2007-10-01 Richard Stallman * display.texi (Overlay Properties): Explain nil as priority. @@ -13,7 +17,7 @@ * Move from lispref/ to doc/lispref/. Change all setfilename commands to use ../../info. * Makefile.in (infodir): Go up one more level. - (usermanualdir): Change from ../man to ../emacs. + (usermanualdir): Change from ../man to ../emacs. (miscmanualdir): New. (dist): Use new variable miscmanualdir. * makefile.w32-in (infodir, texinputdir): Go up one more level. @@ -73,8 +77,8 @@ 2007-07-24 Michael Albinus - * processes.texi (Synchronous Processes): Add - `process-file-shell-command', + * processes.texi (Synchronous Processes): + Add `process-file-shell-command'. (Asynchronous Processes): Mention restricted use of `process-filter' and `process-sentinel' in `start-file-process'. Add `start-file-process-shell-command'. @@ -117,13 +121,13 @@ 2007-06-27 Michael Albinus - * files.texi (Magic File Names): Remove `dired-call-process'. Add - `process-file'. + * files.texi (Magic File Names): Remove `dired-call-process'. + Add `process-file'. 2007-06-27 Kenichi Handa * text.texi (Special Properties): Fix description about - `compostion' property. + `composition' property. 2007-06-26 Kenichi Handa @@ -137,7 +141,7 @@ 2007-06-24 Karl Berry - * elisp.texi, vol1.texi, vol2.texi: new Back-Cover Text. + * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text. 2007-06-15 Juanma Barranquero diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index d0875dd36d..6e85bb3f3e 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -2518,7 +2518,7 @@ makes @code{modeline} an alias for the @code{mode-line} face. @cindex automatic face assignment @cindex faces, automatic choice - This hook is used for automatically assigning facesto text in the + This hook is used for automatically assigning faces to text in the buffer. It is part of the implementation of Jit-Lock mode, used by Font-Lock. -- 2.20.1