diff options
| author | Gemini Lasswell | 2018-08-01 07:47:12 -0700 |
|---|---|---|
| committer | Gemini Lasswell | 2018-08-03 08:54:08 -0700 |
| commit | 95b2ab3dccdc756614b4c8f45a7b206d61753705 (patch) | |
| tree | f3fd4b5256aa6c6786d0ac4f80fb1d87dcc2e401 /doc/misc | |
| parent | 58be6cb6bbb2cc7b1c35c0fc30b6f4f9b111eb77 (diff) | |
| download | emacs-95b2ab3dccdc756614b4c8f45a7b206d61753705.tar.gz emacs-95b2ab3dccdc756614b4c8f45a7b206d61753705.zip | |
Fix some documentation formatting nits
* doc/misc/ert.texi (Running Tests Interactively): Correct
Elisp manual titile in xref.
* doc/lispref/edebug.texi (Edebug Misc): Use single argument
form of xref.
* doc/lispref/debugging.texi (Backtraces): Add comma and
period after xref braces.
(Backtraces): Correct Emacs manual title.
(Internals of Debugger): Add a space before period.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ert.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi index e2aeeb1353a..6a34f5c5722 100644 --- a/doc/misc/ert.texi +++ b/doc/misc/ert.texi | |||
| @@ -276,7 +276,7 @@ Pressing @kbd{r} re-runs the test near point on its own. Pressing | |||
| 276 | definition of the test near point (@kbd{@key{RET}} has the same effect | 276 | definition of the test near point (@kbd{@key{RET}} has the same effect |
| 277 | if point is on the name of the test). On a failed test, @kbd{b} shows | 277 | if point is on the name of the test). On a failed test, @kbd{b} shows |
| 278 | the backtrace of the failure. @xref{Debugging,, Backtraces, elisp, | 278 | the backtrace of the failure. @xref{Debugging,, Backtraces, elisp, |
| 279 | the Emacs Lisp Reference Manual}, for more information about | 279 | GNU Emacs Lisp Reference Manual}, for more information about |
| 280 | backtraces. | 280 | backtraces. |
| 281 | 281 | ||
| 282 | @kindex l@r{, in ert results buffer} | 282 | @kindex l@r{, in ert results buffer} |