diff options
| author | Basil L. Contovounesios | 2020-06-17 12:53:40 +0100 |
|---|---|---|
| committer | Basil L. Contovounesios | 2020-06-17 13:07:51 +0100 |
| commit | 229995ba2cd9f6d0a749a38c106cbfbfd04119a8 (patch) | |
| tree | f6316dae413931d8c46537646c527b9c4864a5b6 /doc/lispref/debugging.texi | |
| parent | 01e86b9fdf9858ca6b491a247dffcb2fcada5728 (diff) | |
| download | emacs-229995ba2cd9f6d0a749a38c106cbfbfd04119a8.tar.gz emacs-229995ba2cd9f6d0a749a38c106cbfbfd04119a8.zip | |
Fix some Texinfo markup
* doc/misc/gnus-faq.texi (FAQ 3-11):
* doc/emacs/frames.texi (Tab Bars): Consistently use @var with
lower-case metasyntactic variables and @minus instead of a dash.
(Text-Only Mouse):
* doc/emacs/files.texi (Auto Revert):
* doc/emacs/misc.texi (emacsclient Options)
(Embedded WebKit Widgets):
* doc/lispref/control.texi (pcase Macro):
* doc/lispref/debugging.texi (Backtraces):
* doc/lispref/files.texi (Truenames):
* doc/lispref/frames.texi (Management Parameters):
* doc/lispref/os.texi (Time Calculations):
* doc/lispref/text.texi (Parsing JSON):
* doc/misc/efaq-w32.texi (Other versions of Emacs, Debugging)
(Swap Caps NT, Printing, Bash, Developing with Emacs):
* doc/misc/efaq.texi (New in Emacs 25):
* doc/misc/emacs-gnutls.texi (Help For Users):
* doc/misc/message.texi (Using S/MIME, Passphrase caching):
* test/manual/etags/tex-src/gzip.texi (Overview): Use @. when a
sentence in the middle of a paragraph ends with an upper-case letter
as per "(texinfo) Ending a Sentence".
Diffstat (limited to 'doc/lispref/debugging.texi')
| -rw-r--r-- | doc/lispref/debugging.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi index 24ec656028f..29a0ab71ea4 100644 --- a/doc/lispref/debugging.texi +++ b/doc/lispref/debugging.texi | |||
| @@ -402,7 +402,7 @@ assumptions are false if the debugger is running interpreted. | |||
| 402 | @cindex backtrace buffer | 402 | @cindex backtrace buffer |
| 403 | 403 | ||
| 404 | Debugger mode is derived from Backtrace mode, which is also used to | 404 | Debugger mode is derived from Backtrace mode, which is also used to |
| 405 | show backtraces by Edebug and ERT. (@pxref{Edebug}, and @ref{Top,the | 405 | show backtraces by Edebug and ERT@. (@pxref{Edebug}, and @ref{Top,the |
| 406 | ERT manual,, ert, ERT: Emacs Lisp Regression Testing}.) | 406 | ERT manual,, ert, ERT: Emacs Lisp Regression Testing}.) |
| 407 | 407 | ||
| 408 | @cindex stack frame | 408 | @cindex stack frame |