Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
23af7580
Commit
23af7580
authored
Jan 04, 2008
by
Richard M. Stallman
Browse files
(Faces): Don't talk about internal face vector as arg to facep.
parent
0e579e33
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
lispref/ChangeLog
lispref/ChangeLog
+10
-0
lispref/display.texi
lispref/display.texi
+1
-2
No files found.
lispref/ChangeLog
View file @
23af7580
2008
-
01
-
04
Richard
Stallman
<
rms
@
gnu
.
org
>
*
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 <rms@gnu.org>
* commands.texi (Accessing Mouse): Renamed from Accessing Events.
...
...
lispref/display.texi
View file @
23af7580
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment