diff options
| author | Chong Yidong | 2010-06-19 14:06:37 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-06-19 14:06:37 -0400 |
| commit | 5338dc0b10ddf1525d0c758657ed510eef79ac12 (patch) | |
| tree | 9a413dd6ebb8218ae3cf5dde041443ad2bbe5f3d /doc | |
| parent | 277c5f18026217608e4ca773e5a74899b46d4575 (diff) | |
| download | emacs-5338dc0b10ddf1525d0c758657ed510eef79ac12.tar.gz emacs-5338dc0b10ddf1525d0c758657ed510eef79ac12.zip | |
* errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/errors.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 281f3e9ad7c..7e4480fd35b 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-06-19 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * errors.texi (Standard Errors): Remove unnecessary markup | ||
| 4 | (Bug#6461). | ||
| 5 | |||
| 1 | 2010-06-02 Chong Yidong <cyd@stupidchicken.com> | 6 | 2010-06-02 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * searching.texi (Regexp Special): Remove obsolete information | 8 | * searching.texi (Regexp Special): Remove obsolete information |
diff --git a/doc/lispref/errors.texi b/doc/lispref/errors.texi index e9ef1999589..b1b1747d86c 100644 --- a/doc/lispref/errors.texi +++ b/doc/lispref/errors.texi | |||
| @@ -63,11 +63,11 @@ sequence or buffer.@* | |||
| 63 | @xref{Lisp and Coding Systems}. | 63 | @xref{Lisp and Coding Systems}. |
| 64 | 64 | ||
| 65 | @item cyclic-function-indirection | 65 | @item cyclic-function-indirection |
| 66 | @code{"Symbol's chain of function indirections\@* contains a loop"}@* | 66 | @code{"Symbol's chain of function indirections contains a loop"}@* |
| 67 | @xref{Function Indirection}. | 67 | @xref{Function Indirection}. |
| 68 | 68 | ||
| 69 | @item cyclic-variable-indirection | 69 | @item cyclic-variable-indirection |
| 70 | @code{"Symbol's chain of variable indirections\@* contains a loop"}@* | 70 | @code{"Symbol's chain of variable indirections contains a loop"}@* |
| 71 | @xref{Variable Aliases}. | 71 | @xref{Variable Aliases}. |
| 72 | 72 | ||
| 73 | @item end-of-buffer | 73 | @item end-of-buffer |