diff lispref/errors.texi @ 54724:d2c60b264fa8

* variables.texi (Variable Aliases): Mention cyclic-variable-indirection. * errors.texi (Standard Errors): Ditto.
author Jesper Harder <harder@ifa.au.dk>
date Mon, 05 Apr 2004 20:35:58 +0000
parents bedee14106b1
children 99e9892a51d9
line wrap: on
line diff
--- a/lispref/errors.texi	Mon Apr 05 19:27:23 2004 +0000
+++ b/lispref/errors.texi	Mon Apr 05 20:35:58 2004 +0000
@@ -62,6 +62,10 @@
 @code{"Symbol's chain of function indirections\@* contains a loop"}@*
 @xref{Function Indirection}.
 
+@item cyclic-variable-indirection
+@code{"Symbol's chain of variable indirections contains a loop"}@*
+@xref{Variable Aliases}.
+
 @item end-of-buffer
 @code{"End of buffer"}@*
 @xref{Motion}.