diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-05 22:25:30 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-05 22:25:30 -0800 |
commit | d5081c1ed8e0dd509007b7a617d2640686e91f75 (patch) | |
tree | 5937286793780defc1108b003ffb3157ad788d95 /lisp/whitespace.el | |
parent | c6ab4664a6078ad91af0a61583734d99ba5569f7 (diff) | |
download | emacs-d5081c1ed8e0dd509007b7a617d2640686e91f75.tar.gz emacs-d5081c1ed8e0dd509007b7a617d2640686e91f75.tar.bz2 emacs-d5081c1ed8e0dd509007b7a617d2640686e91f75.zip |
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.
Diffstat (limited to 'lisp/whitespace.el')
-rw-r--r-- | lisp/whitespace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/whitespace.el b/lisp/whitespace.el index 1d0147284c4..7630ffbdb9c 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -344,7 +344,7 @@ ;; Thanks to Andreas Roehler <andreas.roehler@easy-emacs.de> for ;; indicating defface byte-compilation warnings. ;; -;; Thanks to TimOCallaghan (EmacsWiki) for the idea about highlight +;; Thanks to Tim O'Callaghan (EmacsWiki) for the idea about highlight ;; "long" lines. See EightyColumnRule (EmacsWiki). ;; ;; Thanks to Yanghui Bian <yanghuibian@gmail.com> for indicating a new |