1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Spelling fixes.

* calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
* emacs-lisp/debug.el (cancel-debug-on-entry):
* epg.el (epg-error-to-string):
* files.el (recover-file):
* lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
* mail/emacsbug.el (report-emacs-bug-hook):
* mail/sendmail.el (mail-recover):
* ses.el (ses-yank-resize):
* term/ns-win.el (ns-print-buffer):
Spelling fixes in diagnostics, mostly for "canceled" with one L.
* epg.el (epg-key-capability-alist): Rename from misspelled version.
All uses changed.
* obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
This commit is contained in:
Paul Eggert 2014-01-05 22:25:30 -08:00
parent c6ab4664a6
commit d5081c1ed8
34 changed files with 60 additions and 43 deletions

View file

@ -588,7 +588,7 @@ To cancel the edit, simply kill the *Calc Edit* buffer."
(add-hook 'kill-buffer-hook (lambda ()
(let ((calc-edit-handler nil))
(calc-edit-finish t))
(message "(Cancelled)")) t t)
(message "(Canceled)")) t t)
(insert (propertize
(concat
(or title title "Calc Edit Mode. ")
@ -669,7 +669,7 @@ To cancel the edit, simply kill the *Calc Edit* buffer."
(interactive)
(let ((calc-edit-handler nil))
(calc-edit-finish))
(message "(Cancelled)"))
(message "(Canceled)"))
(defun calc-finish-stack-edit (num)
(let ((buf (current-buffer))