aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2016-04-10 23:54:33 -0700
committerPaul Eggert2016-04-10 23:55:05 -0700
commit488a72f8e390d5da37da3bb7792e1d6ca5079b07 (patch)
tree377fd0fe7f18ac7f294aeecda98207ac4c5518d8
parent9b1aab91fc479be9a923af1874801eadc1c19b20 (diff)
downloademacs-488a72f8e390d5da37da3bb7792e1d6ca5079b07.tar.gz
emacs-488a72f8e390d5da37da3bb7792e1d6ca5079b07.zip
; Spelling fixes
-rw-r--r--ChangeLog.22
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/ChangeLog.152
-rw-r--r--lisp/subr.el2
-rw-r--r--src/ChangeLog.122
5 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index b2dc6c5dd30..2197c41b1c4 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -16990,7 +16990,7 @@
16990 16990
169912015-09-01 Paul Eggert <eggert@cs.ucla.edu> 169912015-09-01 Paul Eggert <eggert@cs.ucla.edu>
16992 16992
16993 terminal-init-w32console mimicks command-line 16993 terminal-init-w32console mimics command-line
16994 Problem reported by Eli Zaretskii. 16994 Problem reported by Eli Zaretskii.
16995 * lisp/startup.el (startup--setup-quote-display): 16995 * lisp/startup.el (startup--setup-quote-display):
16996 New function, refactored from a part of ‘command-line’. 16996 New function, refactored from a part of ‘command-line’.
diff --git a/etc/NEWS b/etc/NEWS
index f5e5548ad63..fe7df96ecea 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1785,7 +1785,7 @@ function 'encode-time', which already accepted a simple time zone rule
1785argument, has been extended to accept all the new forms. 1785argument, has been extended to accept all the new forms.
1786 1786
1787*** Incompatible change in the third argument of 'format-time-string'. 1787*** Incompatible change in the third argument of 'format-time-string'.
1788Previously, any non-nil argument was interpeted as specifying Universal Time. 1788Previously, any non-nil argument was interpreted as specifying Universal Time.
1789This is no longer true; packages that want Universal Time should pass t 1789This is no longer true; packages that want Universal Time should pass t
1790as the third argument. 1790as the third argument.
1791 1791
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15
index 88f5487ca74..46fa01acc5e 100644
--- a/lisp/ChangeLog.15
+++ b/lisp/ChangeLog.15
@@ -5820,7 +5820,7 @@
5820 * epa.el (epa-passphrase-callback-function): Say what we're 5820 * epa.el (epa-passphrase-callback-function): Say what we're
5821 querying the password for. 5821 querying the password for.
5822 5822
5823 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers 5823 * ibuffer.el (ibuffer-visit-buffer): To mimic list-buffers
5824 behavior, don't bury the ibuffer buffer when visiting other buffers. 5824 behavior, don't bury the ibuffer buffer when visiting other buffers.
5825 5825
58262010-10-08 Chong Yidong <cyd@stupidchicken.com> 58262010-10-08 Chong Yidong <cyd@stupidchicken.com>
diff --git a/lisp/subr.el b/lisp/subr.el
index 4202cc74d48..0fb4a2ec256 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -2088,7 +2088,7 @@ some sort of escape sequence, the ambiguity is resolved via `read-key-delay'."
2088 (cancel-timer timer) 2088 (cancel-timer timer)
2089 ;; For some reason, `read-key(-sequence)' leaves the prompt in the echo 2089 ;; For some reason, `read-key(-sequence)' leaves the prompt in the echo
2090 ;; area, whereas `read-event' seems to empty it just before returning 2090 ;; area, whereas `read-event' seems to empty it just before returning
2091 ;; (bug#22714). So, let's mimick the behavior of `read-event'. 2091 ;; (bug#22714). So, let's mimic the behavior of `read-event'.
2092 (message nil) 2092 (message nil)
2093 (use-global-map old-global-map)))) 2093 (use-global-map old-global-map))))
2094 2094
diff --git a/src/ChangeLog.12 b/src/ChangeLog.12
index 3045ecdca92..b2df482ba77 100644
--- a/src/ChangeLog.12
+++ b/src/ChangeLog.12
@@ -2895,7 +2895,7 @@
2895 (wait_reading_process_output, init_process_emacs): 2895 (wait_reading_process_output, init_process_emacs):
2896 Assume O_NONBLOCK. 2896 Assume O_NONBLOCK.
2897 (wait_reading_process_output): Put in a special case for WINDOWSNT 2897 (wait_reading_process_output): Put in a special case for WINDOWSNT
2898 to mimick the older behavior where it had O_NDELAY but not O_NONBLOCK. 2898 to mimic the older behavior where it had O_NDELAY but not O_NONBLOCK.
2899 It's not clear this is needed, but it's a more-conservative change. 2899 It's not clear this is needed, but it's a more-conservative change.
2900 (create_process): Assume FD_CLOEXEC. 2900 (create_process): Assume FD_CLOEXEC.
2901 (create_process, create_pty): Assume O_NOCTTY. 2901 (create_process, create_pty): Assume O_NOCTTY.