diff man/lispref/faces.texi @ 2867:abbd4c295aa2

[xemacs-hg @ 2005-07-20 07:36:33 by didierv] Face aliases II (suggestions from sjt)
author didierv
date Wed, 20 Jul 2005 07:36:44 +0000
parents 8baa2f03d853
children f200f93c0b69
line wrap: on
line diff
--- a/man/lispref/faces.texi	Tue Jul 19 21:51:19 2005 +0000
+++ b/man/lispref/faces.texi	Wed Jul 20 07:36:44 2005 +0000
@@ -146,9 +146,9 @@
 means of aliases. One typical use of this feature is to change the name
 of a face while preserving backward compatibility. If a symbol has the
 @code{face-alias} property set to another symbol, then this other symbol
-will be used as the real face name instead (this is actually a recursive
-process). There is currently a limit of 32 consecutive face aliases, in
-order to prevent aliasing loops.
+will be used as the real face name instead. Recursive aliases (aliases
+of aliases) are allowed, but the depth of indirection is limited to 32
+to prevent alias loops.