]> code.delx.au - gnu-emacs/commitdiff
; Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Apr 2016 06:54:33 +0000 (23:54 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Apr 2016 06:55:05 +0000 (23:55 -0700)
ChangeLog.2
etc/NEWS
lisp/ChangeLog.15
lisp/subr.el
src/ChangeLog.12

index b2dc6c5dd30a24b38431d9dad5b28cf6e0751a1c..2197c41b1c47875fc06f39cfa99db196761d3503 100644 (file)
 
 2015-09-01  Paul Eggert  <eggert@cs.ucla.edu>
 
-       terminal-init-w32console mimicks command-line
+       terminal-init-w32console mimics command-line
        Problem reported by Eli Zaretskii.
        * lisp/startup.el (startup--setup-quote-display):
        New function, refactored from a part of ‘command-line’.
index f5e5548ad631c2a9df50f223517485e6d945ba28..fe7df96ecea6beea86be215002a23122e0fe683d 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1785,7 +1785,7 @@ function 'encode-time', which already accepted a simple time zone rule
 argument, has been extended to accept all the new forms.
 
 *** Incompatible change in the third argument of 'format-time-string'.
-Previously, any non-nil argument was interpeted as specifying Universal Time.
+Previously, any non-nil argument was interpreted as specifying Universal Time.
 This is no longer true; packages that want Universal Time should pass t
 as the third argument.
 
index 88f5487ca74e4439e9479653e21464b3c7dbd5c0..46fa01acc5e3fbac8edbb48720e92730e356c78b 100644 (file)
        * epa.el (epa-passphrase-callback-function): Say what we're
        querying the password for.
 
-       * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
+       * ibuffer.el (ibuffer-visit-buffer): To mimic list-buffers
        behavior, don't bury the ibuffer buffer when visiting other buffers.
 
 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
index 4202cc74d482ed7342d02326d6807263bd7a90a1..0fb4a2ec2564c92ad433402e8aac91339391c628 100644 (file)
@@ -2088,7 +2088,7 @@ some sort of escape sequence, the ambiguity is resolved via `read-key-delay'."
       (cancel-timer timer)
       ;; For some reason, `read-key(-sequence)' leaves the prompt in the echo
       ;; area, whereas `read-event' seems to empty it just before returning
-      ;; (bug#22714).  So, let's mimick the behavior of `read-event'.
+      ;; (bug#22714).  So, let's mimic the behavior of `read-event'.
       (message nil)
       (use-global-map old-global-map))))
 
index 3045ecdca9206234e35abe7a7d86245616048b3b..b2df482ba775a113a8901cdb2193b5747bebf581 100644 (file)
        (wait_reading_process_output, init_process_emacs):
        Assume O_NONBLOCK.
        (wait_reading_process_output): Put in a special case for WINDOWSNT
-       to mimick the older behavior where it had O_NDELAY but not O_NONBLOCK.
+       to mimic the older behavior where it had O_NDELAY but not O_NONBLOCK.
        It's not clear this is needed, but it's a more-conservative change.
        (create_process): Assume FD_CLOEXEC.
        (create_process, create_pty): Assume O_NOCTTY.