diff options
| author | Eli Zaretskii | 2023-10-22 12:21:08 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-10-22 12:21:08 +0300 |
| commit | 889a550ca0847679bc96547c14622e239eb93f91 (patch) | |
| tree | ee81fde64e8ab6121651affaac17de772b827ab5 /doc/lispref/errors.texi | |
| parent | 893c344b4e4787949f65c842536e0a5597e537c8 (diff) | |
| download | emacs-889a550ca0847679bc96547c14622e239eb93f91.tar.gz emacs-889a550ca0847679bc96547c14622e239eb93f91.zip | |
; Fix Texinfo warnings
* doc/misc/wisent.texi (Grammar format):
* doc/misc/efaq.texi (Not writing files to the current directory):
* doc/misc/ede.texi:
* doc/lispref/errors.texi (Standard Errors): Fix warnings emitted
by makeinfo 7.1.
Diffstat (limited to 'doc/lispref/errors.texi')
| -rw-r--r-- | doc/lispref/errors.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/errors.texi b/doc/lispref/errors.texi index db46a6aaf59..4eafe608302 100644 --- a/doc/lispref/errors.texi +++ b/doc/lispref/errors.texi | |||
| @@ -246,7 +246,8 @@ signaled when @code{inhibit-interaction} is non-@code{nil} and a user | |||
| 246 | interaction function (like @code{read-from-minibuffer}) is called. | 246 | interaction function (like @code{read-from-minibuffer}) is called. |
| 247 | @end table | 247 | @end table |
| 248 | 248 | ||
| 249 | @ignore The following seem to be unused now. | 249 | @c The following seem to be unused now. |
| 250 | @ignore | ||
| 250 | The following kinds of error, which are classified as special cases of | 251 | The following kinds of error, which are classified as special cases of |
| 251 | @code{arith-error}, can occur on certain systems for invalid use of | 252 | @code{arith-error}, can occur on certain systems for invalid use of |
| 252 | mathematical functions. @xref{Math Functions}. | 253 | mathematical functions. @xref{Math Functions}. |