aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStephen Leake2019-04-14 09:23:24 -0700
committerStephen Leake2019-04-14 09:23:24 -0700
commitca449fb1c1f86589cbf4da49cda1750ffdb2cad4 (patch)
tree10e04f4d63b60ecc5e5bb86dc145dd10bfcf29d7 /etc
parent7ba7def5caf7ec9d9bebffff489f0a658229fbda (diff)
downloademacs-ca449fb1c1f86589cbf4da49cda1750ffdb2cad4.tar.gz
emacs-ca449fb1c1f86589cbf4da49cda1750ffdb2cad4.zip
Rename new user variable `next-error-verbosity' to `next-error-verbose'
* etc/NEWS: Update entry to match renaming. * lisp/simple.el (next-error-verbose): Rename. (next-error, next-error-internal): Match rename.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9e3d993cab0..f41db027b28 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -309,7 +309,7 @@ and directory-local variables.
309longer. 309longer.
310 310
311--- 311---
312** next-error-verbosity controls when `next-error' outputs a message 312** next-error-verbose controls when `next-error' outputs a message
313 about the error locus. 313 about the error locus.
314 314
315 315