aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2008-01-04 05:45:39 +0000
committerRichard M. Stallman2008-01-04 05:45:39 +0000
commit23af75808e223fc338456c4ee1045fc3623d8938 (patch)
tree972c54be16de92738c4a6e16575681a179ad728a
parent0e579e330f32147e2fa89b4d794b2a1b737d9f88 (diff)
downloademacs-23af75808e223fc338456c4ee1045fc3623d8938.tar.gz
emacs-23af75808e223fc338456c4ee1045fc3623d8938.zip
(Faces): Don't talk about internal face vector as arg to facep.
-rw-r--r--lispref/ChangeLog10
-rw-r--r--lispref/display.texi3
2 files changed, 11 insertions, 2 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 4006a0e6c56..3eb61ee721e 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,13 @@
12008-01-04 Richard Stallman <rms@gnu.org>
2
3 * display.texi (Faces): Don't talk about internal face vector as arg
4 to facep.
5
6 * customize.texi (Type Keywords): Fix previous change.
7
8 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
9 * elisp.texi (Top): Fix menu for commands.texi change.
10
12007-12-30 Richard Stallman <rms@gnu.org> 112007-12-30 Richard Stallman <rms@gnu.org>
2 12
3 * commands.texi (Accessing Mouse): Renamed from Accessing Events. 13 * commands.texi (Accessing Mouse): Renamed from Accessing Events.
diff --git a/lispref/display.texi b/lispref/display.texi
index 2d129f62642..76ac64dd658 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -1736,8 +1736,7 @@ faces in Lisp programs by the symbols that name them.
1736 1736
1737@defun facep object 1737@defun facep object
1738This function returns @code{t} if @var{object} is a face name string 1738This function returns @code{t} if @var{object} is a face name string
1739or symbol (or if it is a vector of the kind used internally to record 1739or symbol. It returns @code{nil} otherwise.
1740face data). It returns @code{nil} otherwise.
1741@end defun 1740@end defun
1742 1741
1743Each face name is meaningful for all frames, and by default it has the 1742Each face name is meaningful for all frames, and by default it has the