diff options
| author | Glenn Morris | 2008-06-27 02:14:52 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-27 02:14:52 +0000 |
| commit | 04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8 (patch) | |
| tree | ffeae66e55a3c7757fac38c639292dce799c6fa7 /src | |
| parent | 5618fbd2c79e982d717eaaec749eeb16382ddc04 (diff) | |
| download | emacs-04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8.tar.gz emacs-04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8.zip | |
American English spelling fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.1 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.9 | 2 | ||||
| -rw-r--r-- | src/lread.c | 2 | ||||
| -rw-r--r-- | src/process.c | 2 | ||||
| -rw-r--r-- | src/w32proc.c | 14 | ||||
| -rw-r--r-- | src/w32xfns.c | 6 | ||||
| -rw-r--r-- | src/window.c | 2 |
7 files changed, 15 insertions, 15 deletions
diff --git a/src/ChangeLog.1 b/src/ChangeLog.1 index 80e3ae98db7..6ba90aa56c9 100644 --- a/src/ChangeLog.1 +++ b/src/ChangeLog.1 | |||
| @@ -3435,7 +3435,7 @@ | |||
| 3435 | is non-nil it is silently bashed; else if the function was | 3435 | is non-nil it is silently bashed; else if the function was |
| 3436 | called interactively the user is queried as to whether s/he | 3436 | called interactively the user is queried as to whether s/he |
| 3437 | wants to bash the file; otherwise (ok-if-exists nil, non-interactive) | 3437 | wants to bash the file; otherwise (ok-if-exists nil, non-interactive) |
| 3438 | a file-already-exists error is signalled. | 3438 | a file-already-exists error is signaled. |
| 3439 | 3439 | ||
| 3440 | * window.c: Made get-window-buffer return nil if get-buffer of | 3440 | * window.c: Made get-window-buffer return nil if get-buffer of |
| 3441 | its arg returns nil, rather than erring. | 3441 | its arg returns nil, rather than erring. |
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9 index d725e50d966..55ada360995 100644 --- a/src/ChangeLog.9 +++ b/src/ChangeLog.9 | |||
| @@ -12883,7 +12883,7 @@ | |||
| 12883 | * editfns.c (Fchar_after, Fchar_before): Doc fix. | 12883 | * editfns.c (Fchar_after, Fchar_before): Doc fix. |
| 12884 | 12884 | ||
| 12885 | * bytecode.c (Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC where | 12885 | * bytecode.c (Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC where |
| 12886 | an error may be signalled. | 12886 | an error may be signaled. |
| 12887 | 12887 | ||
| 12888 | 2000-01-26 Gerd Moellmann <gerd@gnu.org> | 12888 | 2000-01-26 Gerd Moellmann <gerd@gnu.org> |
| 12889 | 12889 | ||
diff --git a/src/lread.c b/src/lread.c index 3e0bd1ff671..9e543f88fae 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -3104,7 +3104,7 @@ substitute_object_recurse (object, placeholder, subtree) | |||
| 3104 | else | 3104 | else |
| 3105 | /* An unknown pseudovector may contain non-Lisp fields, so we | 3105 | /* An unknown pseudovector may contain non-Lisp fields, so we |
| 3106 | can't just blindly traverse all its fields. We used to call | 3106 | can't just blindly traverse all its fields. We used to call |
| 3107 | `Flength' which signalled `sequencep', so I just preserved this | 3107 | `Flength' which signaled `sequencep', so I just preserved this |
| 3108 | behavior. */ | 3108 | behavior. */ |
| 3109 | wrong_type_argument (Qsequencep, subtree); | 3109 | wrong_type_argument (Qsequencep, subtree); |
| 3110 | 3110 | ||
diff --git a/src/process.c b/src/process.c index 73bbb34fd01..0ddeb517290 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3511,7 +3511,7 @@ usage: (make-network-process &rest ARGS) */) | |||
| 3511 | 3511 | ||
| 3512 | /* Parse network options in the arg list. | 3512 | /* Parse network options in the arg list. |
| 3513 | We simply ignore anything which isn't a known option (including other keywords). | 3513 | We simply ignore anything which isn't a known option (including other keywords). |
| 3514 | An error is signalled if setting a known option fails. */ | 3514 | An error is signaled if setting a known option fails. */ |
| 3515 | for (optn = optbits = 0; optn < nargs-1; optn += 2) | 3515 | for (optn = optbits = 0; optn < nargs-1; optn += 2) |
| 3516 | optbits |= set_socket_option (s, args[optn], args[optn+1]); | 3516 | optbits |= set_socket_option (s, args[optn], args[optn+1]); |
| 3517 | 3517 | ||
diff --git a/src/w32proc.c b/src/w32proc.c index 56369e63281..91722df87ae 100644 --- a/src/w32proc.c +++ b/src/w32proc.c | |||
| @@ -274,7 +274,7 @@ find_child_pid (DWORD pid) | |||
| 274 | 274 | ||
| 275 | /* Thread proc for child process and socket reader threads. Each thread | 275 | /* Thread proc for child process and socket reader threads. Each thread |
| 276 | is normally blocked until woken by select() to check for input by | 276 | is normally blocked until woken by select() to check for input by |
| 277 | reading one char. When the read completes, char_avail is signalled | 277 | reading one char. When the read completes, char_avail is signaled |
| 278 | to wake up the select emulator and the thread blocks itself again. */ | 278 | to wake up the select emulator and the thread blocks itself again. */ |
| 279 | DWORD WINAPI | 279 | DWORD WINAPI |
| 280 | reader_thread (void *arg) | 280 | reader_thread (void *arg) |
| @@ -1088,7 +1088,7 @@ sys_spawnve (int mode, char *cmdname, char **argv, char **envp) | |||
| 1088 | 1088 | ||
| 1089 | To reduce the number of places in which Emacs can be hung such that | 1089 | To reduce the number of places in which Emacs can be hung such that |
| 1090 | C-g is not able to interrupt it, we always wait on interrupt_handle | 1090 | C-g is not able to interrupt it, we always wait on interrupt_handle |
| 1091 | (which is signalled by the input thread when C-g is detected). If we | 1091 | (which is signaled by the input thread when C-g is detected). If we |
| 1092 | detect that we were woken up by C-g, we return -1 with errno set to | 1092 | detect that we were woken up by C-g, we return -1 with errno set to |
| 1093 | EINTR as on Unix. */ | 1093 | EINTR as on Unix. */ |
| 1094 | 1094 | ||
| @@ -1185,7 +1185,7 @@ sys_select (int nfds, SELECT_TYPE *rfds, SELECT_TYPE *wfds, SELECT_TYPE *efds, | |||
| 1185 | current_status = cp->status; | 1185 | current_status = cp->status; |
| 1186 | if (WaitForSingleObject (cp->char_avail, 0) == WAIT_OBJECT_0) | 1186 | if (WaitForSingleObject (cp->char_avail, 0) == WAIT_OBJECT_0) |
| 1187 | { | 1187 | { |
| 1188 | /* char_avail has been signalled, so status (which may | 1188 | /* char_avail has been signaled, so status (which may |
| 1189 | have changed) should indicate read has completed | 1189 | have changed) should indicate read has completed |
| 1190 | but has not been acknowledged. */ | 1190 | but has not been acknowledged. */ |
| 1191 | current_status = cp->status; | 1191 | current_status = cp->status; |
| @@ -1196,9 +1196,9 @@ sys_select (int nfds, SELECT_TYPE *rfds, SELECT_TYPE *wfds, SELECT_TYPE *efds, | |||
| 1196 | } | 1196 | } |
| 1197 | else | 1197 | else |
| 1198 | { | 1198 | { |
| 1199 | /* char_avail has not been signalled, so status should | 1199 | /* char_avail has not been signaled, so status should |
| 1200 | indicate that read is in progress; small possibility | 1200 | indicate that read is in progress; small possibility |
| 1201 | that read has completed but event wasn't yet signalled | 1201 | that read has completed but event wasn't yet signaled |
| 1202 | when we tested it (because a context switch occurred | 1202 | when we tested it (because a context switch occurred |
| 1203 | or if running on separate CPUs). */ | 1203 | or if running on separate CPUs). */ |
| 1204 | if (current_status != STATUS_READ_READY | 1204 | if (current_status != STATUS_READ_READY |
| @@ -1264,7 +1264,7 @@ count_children: | |||
| 1264 | 1264 | ||
| 1265 | start_time = GetTickCount (); | 1265 | start_time = GetTickCount (); |
| 1266 | 1266 | ||
| 1267 | /* Wait for input or child death to be signalled. If user input is | 1267 | /* Wait for input or child death to be signaled. If user input is |
| 1268 | allowed, then also accept window messages. */ | 1268 | allowed, then also accept window messages. */ |
| 1269 | if (FD_ISSET (0, &orfds)) | 1269 | if (FD_ISSET (0, &orfds)) |
| 1270 | active = MsgWaitForMultipleObjects (nh + nc, wait_hnd, FALSE, timeout_ms, | 1270 | active = MsgWaitForMultipleObjects (nh + nc, wait_hnd, FALSE, timeout_ms, |
| @@ -1301,7 +1301,7 @@ count_children: | |||
| 1301 | abort (); | 1301 | abort (); |
| 1302 | 1302 | ||
| 1303 | /* Loop over all handles after active (now officially documented as | 1303 | /* Loop over all handles after active (now officially documented as |
| 1304 | being the first signalled handle in the array). We do this to | 1304 | being the first signaled handle in the array). We do this to |
| 1305 | ensure fairness, so that all channels with data available will be | 1305 | ensure fairness, so that all channels with data available will be |
| 1306 | processed - otherwise higher numbered channels could be starved. */ | 1306 | processed - otherwise higher numbered channels could be starved. */ |
| 1307 | do | 1307 | do |
diff --git a/src/w32xfns.c b/src/w32xfns.c index 115b0363dd8..682876c6b25 100644 --- a/src/w32xfns.c +++ b/src/w32xfns.c | |||
| @@ -46,12 +46,12 @@ init_crit () | |||
| 46 | when the input queue is empty, so make it a manual reset event. */ | 46 | when the input queue is empty, so make it a manual reset event. */ |
| 47 | keyboard_handle = input_available = CreateEvent (NULL, TRUE, FALSE, NULL); | 47 | keyboard_handle = input_available = CreateEvent (NULL, TRUE, FALSE, NULL); |
| 48 | 48 | ||
| 49 | /* interrupt_handle is signalled when quit (C-g) is detected, so that | 49 | /* interrupt_handle is signaled when quit (C-g) is detected, so that |
| 50 | blocking system calls can be interrupted. We make it a manual | 50 | blocking system calls can be interrupted. We make it a manual |
| 51 | reset event, so that if we should ever have multiple threads | 51 | reset event, so that if we should ever have multiple threads |
| 52 | performing system calls, they will all be interrupted (I'm guessing | 52 | performing system calls, they will all be interrupted (I'm guessing |
| 53 | that would the right response). Note that we use PulseEvent to | 53 | that would the right response). Note that we use PulseEvent to |
| 54 | signal this event, so that it never remains signalled. */ | 54 | signal this event, so that it never remains signaled. */ |
| 55 | interrupt_handle = CreateEvent (NULL, TRUE, FALSE, NULL); | 55 | interrupt_handle = CreateEvent (NULL, TRUE, FALSE, NULL); |
| 56 | } | 56 | } |
| 57 | 57 | ||
| @@ -75,7 +75,7 @@ delete_crit () | |||
| 75 | void | 75 | void |
| 76 | signal_quit () | 76 | signal_quit () |
| 77 | { | 77 | { |
| 78 | /* Make sure this event never remains signalled; if the main thread | 78 | /* Make sure this event never remains signaled; if the main thread |
| 79 | isn't in a blocking call, then this should do nothing. */ | 79 | isn't in a blocking call, then this should do nothing. */ |
| 80 | PulseEvent (interrupt_handle); | 80 | PulseEvent (interrupt_handle); |
| 81 | } | 81 | } |
diff --git a/src/window.c b/src/window.c index 27db0296dcf..43b96534427 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -4173,7 +4173,7 @@ enlarge_window (window, delta, horiz_flag) | |||
| 4173 | 4173 | ||
| 4174 | The number of children n equals the number of resizable | 4174 | The number of children n equals the number of resizable |
| 4175 | children of this window + 1 because we know window itself | 4175 | children of this window + 1 because we know window itself |
| 4176 | is resizable (otherwise we would have signalled an error). | 4176 | is resizable (otherwise we would have signaled an error). |
| 4177 | 4177 | ||
| 4178 | This reasoning is not correct when other windows become too | 4178 | This reasoning is not correct when other windows become too |
| 4179 | small and shrink_windows refuses to delete them. Below we | 4179 | small and shrink_windows refuses to delete them. Below we |