aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-01-01 16:10:24 +0000
committerLuc Teirlinck2005-01-01 16:10:24 +0000
commita3a43b3be42be9db6a39db355ed65572c4671874 (patch)
treefefc6d8dc57778182b84794cef37f44e545febb0
parent132c96248b5cc28fdd729042f47e126e572d4aaa (diff)
downloademacs-a3a43b3be42be9db6a39db355ed65572c4671874.tar.gz
emacs-a3a43b3be42be9db6a39db355ed65572c4671874.zip
(Face Attributes): Correct xref to renamed node.
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/display.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 1591bffeb7a..baddbd958fa 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12005-01-01 Luc Teirlinck <teirllm@auburn.edu>
2
3 * display.texi (Face Attributes): Correct xref to renamed node.
4
12005-01-01 Richard M. Stallman <rms@gnu.org> 52005-01-01 Richard M. Stallman <rms@gnu.org>
2 6
3 * display.texi (Face Attributes): Describe hex color specs. 7 * display.texi (Face Attributes): Describe hex color specs.
diff --git a/lispref/display.texi b/lispref/display.texi
index b4254197e50..344b00e7455 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -1890,7 +1890,7 @@ as if they had a light background.
1890attributes}. This table lists all the face attributes, and what they 1890attributes}. This table lists all the face attributes, and what they
1891mean. Note that in general, more than one face can be specified for a 1891mean. Note that in general, more than one face can be specified for a
1892given piece of text; when that happens, the attributes of all the faces 1892given piece of text; when that happens, the attributes of all the faces
1893are merged to specify how to display the text. @xref{Merging Faces}. 1893are merged to specify how to display the text. @xref{Displaying Faces}.
1894 1894
1895 In Emacs 21, any attribute in a face can have the value 1895 In Emacs 21, any attribute in a face can have the value
1896@code{unspecified}. This means the face doesn't specify that attribute. 1896@code{unspecified}. This means the face doesn't specify that attribute.