diff options
| author | Paul Eggert | 2014-01-05 22:25:30 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-01-05 22:25:30 -0800 |
| commit | d5081c1ed8e0dd509007b7a617d2640686e91f75 (patch) | |
| tree | 5937286793780defc1108b003ffb3157ad788d95 /lisp/textmodes | |
| parent | c6ab4664a6078ad91af0a61583734d99ba5569f7 (diff) | |
| download | emacs-d5081c1ed8e0dd509007b7a617d2640686e91f75.tar.gz 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/textmodes')
| -rw-r--r-- | lisp/textmodes/table.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index 7de53e12847..60aabc32c9f 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el | |||
| @@ -559,7 +559,7 @@ | |||
| 559 | ;; Todo: (in the order of priority, some are just possibility) | 559 | ;; Todo: (in the order of priority, some are just possibility) |
| 560 | ;; ----- | 560 | ;; ----- |
| 561 | ;; | 561 | ;; |
| 562 | ;; Fix compatibilities with other input method than quail | 562 | ;; Fix incompatibilities with input methods other than quail |
| 563 | ;; Resolve conflict with flyspell | 563 | ;; Resolve conflict with flyspell |
| 564 | ;; Use mouse for resizing cells | 564 | ;; Use mouse for resizing cells |
| 565 | ;; A mechanism to link cells internally | 565 | ;; A mechanism to link cells internally |