diff options
| author | Jesper Harder | 2004-04-05 20:35:58 +0000 |
|---|---|---|
| committer | Jesper Harder | 2004-04-05 20:35:58 +0000 |
| commit | 571fd4d55d35f7419bce0222c56b6684ce601ae4 (patch) | |
| tree | bdf261c61bcaab6cafda18e42f9385cf1ede07e1 /lispref/errors.texi | |
| parent | d8f8d1bb806fc91d471531b555f668db56cd3cb7 (diff) | |
| download | emacs-571fd4d55d35f7419bce0222c56b6684ce601ae4.tar.gz emacs-571fd4d55d35f7419bce0222c56b6684ce601ae4.zip | |
* variables.texi (Variable Aliases): Mention
cyclic-variable-indirection.
* errors.texi (Standard Errors): Ditto.
Diffstat (limited to 'lispref/errors.texi')
| -rw-r--r-- | lispref/errors.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lispref/errors.texi b/lispref/errors.texi index daffbf308b3..8591fb9a45f 100644 --- a/lispref/errors.texi +++ b/lispref/errors.texi | |||
| @@ -62,6 +62,10 @@ See @code{/} and @code{%} in @ref{Numbers}. | |||
| 62 | @code{"Symbol's chain of function indirections\@* contains a loop"}@* | 62 | @code{"Symbol's chain of function indirections\@* contains a loop"}@* |
| 63 | @xref{Function Indirection}. | 63 | @xref{Function Indirection}. |
| 64 | 64 | ||
| 65 | @item cyclic-variable-indirection | ||
| 66 | @code{"Symbol's chain of variable indirections contains a loop"}@* | ||
| 67 | @xref{Variable Aliases}. | ||
| 68 | |||
| 65 | @item end-of-buffer | 69 | @item end-of-buffer |
| 66 | @code{"End of buffer"}@* | 70 | @code{"End of buffer"}@* |
| 67 | @xref{Motion}. | 71 | @xref{Motion}. |