diff options
| author | Stephen Leake | 2019-04-14 09:23:24 -0700 |
|---|---|---|
| committer | Stephen Leake | 2019-04-14 09:23:24 -0700 |
| commit | ca449fb1c1f86589cbf4da49cda1750ffdb2cad4 (patch) | |
| tree | 10e04f4d63b60ecc5e5bb86dc145dd10bfcf29d7 /etc | |
| parent | 7ba7def5caf7ec9d9bebffff489f0a658229fbda (diff) | |
| download | emacs-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -309,7 +309,7 @@ and directory-local variables. | |||
| 309 | longer. | 309 | longer. |
| 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 | ||