summaryrefslogtreecommitdiff
path: root/src/ChangeLog.12
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-01-05 22:25:30 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-01-05 22:25:30 -0800
commitd5081c1ed8e0dd509007b7a617d2640686e91f75 (patch)
tree5937286793780defc1108b003ffb3157ad788d95 /src/ChangeLog.12
parentc6ab4664a6078ad91af0a61583734d99ba5569f7 (diff)
downloademacs-d5081c1ed8e0dd509007b7a617d2640686e91f75.tar.gz
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 'src/ChangeLog.12')
-rw-r--r--src/ChangeLog.122
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog.12 b/src/ChangeLog.12
index 63c7c9df68d..07aedadccae 100644
--- a/src/ChangeLog.12
+++ b/src/ChangeLog.12
@@ -19902,7 +19902,7 @@
now, but we want to make other targets possible.
* lisp.h: Include <inttypes.h>, for INTPTR_MAX, UINTPTR_MAX.
(EMACS_INTPTR, EMACS_UINTPTR): New macros.
- In the rest of the code, change types of integers that hold casted
+ In the rest of the code, change types of integers that hold casts of
pointers to EMACS_INTPTR and EMACS_UINTPTR, systematically
replacing EMACS_INT, long, EMACS_UINT, and unsigned long.
(XTYPE): Don't cast arg to EMACS_UINT; normally is not needed.