aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-10-05 11:37:21 +0000
committerJuanma Barranquero2007-10-05 11:37:21 +0000
commit8e9dfc3810ba839eb205c693917778cd760111fa (patch)
tree75d4a4d1d08785dbff7e61a862b070bd730292a5
parent462db93c4cfb0028ae646be9d964be950b6388bf (diff)
downloademacs-8e9dfc3810ba839eb205c693917778cd760111fa.tar.gz
emacs-8e9dfc3810ba839eb205c693917778cd760111fa.zip
(Auto Faces): Fix typo.
-rw-r--r--lispref/ChangeLog10
-rw-r--r--lispref/display.texi2
2 files changed, 8 insertions, 4 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index f1a19f35d6f..d3ae65be947 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12007-10-05 Juanma Barranquero <lekktu@gmail.com>
2
3 * display.texi (Auto Faces): Fix typo.
4
12007-10-02 Richard Stallman <rms@gnu.org> 52007-10-02 Richard Stallman <rms@gnu.org>
2 6
3 * display.texi (Display Property): Explain some display specs 7 * display.texi (Display Property): Explain some display specs
@@ -69,7 +73,7 @@
69 73
702007-06-24 Karl Berry <karl@tug.org> 742007-06-24 Karl Berry <karl@tug.org>
71 75
72 * elisp.texi, vol1.texi, vol2.texi: new Back-Cover Text. 76 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
73 77
742007-06-14 Karl Berry <karl@tug.org> 782007-06-14 Karl Berry <karl@tug.org>
75 79
@@ -197,8 +201,8 @@
1972007-04-11 Karl Berry <karl@gnu.org> 2012007-04-11 Karl Berry <karl@gnu.org>
198 202
199 * anti.texi (Antinews), 203 * anti.texi (Antinews),
200 * display.texi (Overlay Properties) and (Defining Images), 204 * display.texi (Overlay Properties, Defining Images),
201 * processes.texi (Synchronous Processes) and (Sentinels), 205 * processes.texi (Synchronous Processes, Sentinels),
202 * syntax.texi (Syntax Table Internals), 206 * syntax.texi (Syntax Table Internals),
203 * searching.texi (Regexp Special), 207 * searching.texi (Regexp Special),
204 * nonascii.texi (Default Coding Systems), 208 * nonascii.texi (Default Coding Systems),
diff --git a/lispref/display.texi b/lispref/display.texi
index 80ed0a8fa9d..a5379847741 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -2510,7 +2510,7 @@ makes @code{modeline} an alias for the @code{mode-line} face.
2510@cindex automatic face assignment 2510@cindex automatic face assignment
2511@cindex faces, automatic choice 2511@cindex faces, automatic choice
2512 2512
2513 This hook is used for automatically assigning facesto text in the 2513 This hook is used for automatically assigning faces to text in the
2514buffer. It is part of the implementation of Jit-Lock mode, used by 2514buffer. It is part of the implementation of Jit-Lock mode, used by
2515Font-Lock. 2515Font-Lock.
2516 2516