1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 22:41:06 -08:00

; More minor docfixes found by checkdoc

This commit is contained in:
Stefan Kangas 2021-09-14 07:55:56 +02:00
parent cf2fa6c87f
commit 25ebb9374b
69 changed files with 228 additions and 228 deletions

View file

@ -390,7 +390,7 @@ Include the reason for debugger entry from ARGS."
(`(set ,buffer) (format "setting %s in buffer %s to %s"
symbol buffer
(backtrace-print-to-string newval)))
(_ (error "unrecognized watchpoint triggered %S" (cdr args))))
(_ (error "Unrecognized watchpoint triggered %S" (cdr args))))
": ")
(insert ?\n))
;; Debugger entered for an error.