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
e7e2f529
Commit
e7e2f529
authored
Sep 01, 2009
by
Glenn Morris
Browse files
(Face Functions): Mention define-obsolete-face-alias.
parent
1e0020ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/display.texi
doc/lispref/display.texi
+6
-0
No files found.
doc/lispref/ChangeLog
View file @
e7e2f529
2009-09-01 Glenn Morris <rgm@gnu.org>
* display.texi (Face Functions): Mention define-obsolete-face-alias.
2009-08-26 Ulrich Mueller <ulm@gentoo.org>
* nonascii.texi (Character Codes): Fix typos.
...
...
doc/lispref/display.texi
View file @
e7e2f529
...
...
@@ -2629,6 +2629,12 @@ makes @code{modeline} an alias for the @code{mode-line} face.
(put '
modeline
'face-alias '
mode
-
line
)
@
end
example
@
defun
define
-
obsolete
-
face
-
alias
obsolete
-
face
current
-
face
&
optional
when
This
function
defines
a
face
alias
and
marks
it
as
obsolete
,
indicating
that
it
may
be
removed
in
future
.
The
optional
string
@
var
{
when
}
indicates
when
the
face
was
made
obsolete
(
for
example
,
a
release
number
).
@
end
defun
@
node
Auto
Faces
@
subsection
Automatic
Face
Assignment
@
cindex
automatic
face
assignment
...
...
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