summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGemini Lasswell <gazally@runbox.com>2018-08-01 07:47:12 -0700
committerGemini Lasswell <gazally@runbox.com>2018-08-03 08:54:08 -0700
commit95b2ab3dccdc756614b4c8f45a7b206d61753705 (patch)
treef3fd4b5256aa6c6786d0ac4f80fb1d87dcc2e401 /etc
parent58be6cb6bbb2cc7b1c35c0fc30b6f4f9b111eb77 (diff)
downloademacs-95b2ab3dccdc756614b4c8f45a7b206d61753705.tar.gz
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 'etc')
-rw-r--r--etc/NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 53b77656278..9c78bd5a05d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -471,7 +471,7 @@ and case-sensitivity together with search strings in the search ring.
+++
*** The Lisp Debugger is now based on 'backtrace-mode'.
Backtrace mode adds fontification and commands for changing the
-appearance of backtrace frames. See the node "Backtraces" in the Elisp
+appearance of backtrace frames. See the node "Backtraces" in the Elisp
manual for documentation of the new mode and its commands.
** Edebug
@@ -484,9 +484,9 @@ using the new variables 'edebug-behavior-alist',
globally or for individual definitions.
+++
-*** Edebug's backtrace buffer now uses 'backtrace-mode'. Backtrace
-mode adds fontification, links and commands for changing the
-appearance of backtrace frames. See the node "Backtraces" in the Elisp
+*** Edebug's backtrace buffer now uses 'backtrace-mode'.
+Backtrace mode adds fontification, links and commands for changing the
+appearance of backtrace frames. See the node "Backtraces" in the Elisp
manual for documentation of the new mode and its commands.
The binding of 'd' in Edebug's keymap is now 'edebug-pop-to-backtrace'
@@ -523,7 +523,7 @@ less verbose by removing non-essential information.
+++
*** ERT's backtrace buffer now uses 'backtrace-mode'.
Backtrace mode adds fontification and commands for changing the
-appearance of backtrace frames. See the node "Backtraces" in the Elisp
+appearance of backtrace frames. See the node "Backtraces" in the Elisp
manual for documentation of the new mode and its commands.
** Gamegrid
@@ -702,7 +702,7 @@ used by the Language Server Protocol (LSP), is readily available.
** Backtrace mode improves viewing of Elisp backtraces.
Backtrace mode adds pretty printing, fontification and ellipsis
expansion to backtrace buffers produced by the Lisp debugger, Edebug
-and ERT. See the node "Backtraces" in the Elisp manual for
+and ERT. See the node "Backtraces" in the Elisp manual for
documentation of the new mode and its commands.