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:
parent
cf2fa6c87f
commit
25ebb9374b
69 changed files with 228 additions and 228 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue