From 23af75808e223fc338456c4ee1045fc3623d8938 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 4 Jan 2008 05:45:39 +0000 Subject: [PATCH] (Faces): Don't talk about internal face vector as arg to facep. --- lispref/ChangeLog | 10 ++++++++++ lispref/display.texi | 3 +-- 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 @@ +2008-01-04 Richard Stallman + + * display.texi (Faces): Don't talk about internal face vector as arg + to facep. + + * customize.texi (Type Keywords): Fix previous change. + + * text.texi (Links and Mouse-1): Fix xref for commands.texi change. + * elisp.texi (Top): Fix menu for commands.texi change. + 2007-12-30 Richard Stallman * 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. @defun facep object This function returns @code{t} if @var{object} is a face name string -or symbol (or if it is a vector of the kind used internally to record -face data). It returns @code{nil} otherwise. +or symbol. It returns @code{nil} otherwise. @end defun Each face name is meaningful for all frames, and by default it has the -- 2.39.2