diff options
| author | Glenn Morris | 2014-02-21 00:04:15 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-02-21 00:04:15 -0800 |
| commit | 458e643be8acb837a8b002d8103e58c228976cd3 (patch) | |
| tree | 9529ba90d65449c9fe2a307ec3b66e959ca5f041 /src/ChangeLog | |
| parent | 8dd3e94fb6b780ac2bf5d07795df376a296ef5b5 (diff) | |
| download | emacs-458e643be8acb837a8b002d8103e58c228976cd3.tar.gz emacs-458e643be8acb837a8b002d8103e58c228976cd3.zip | |
Some doc updates for default process sentinels and filters not being nil
* doc/lispref/internals.texi (Process Internals):
* doc/lispref/processes.texi (Deleting Processes, Output from Processes)
(Process Buffers, Filter Functions, Accepting Output, Sentinels)
(Network, Network Servers, Network Processes, Serial Ports):
Filters and sentinels can no longer be nil.
* doc/lispref/elisp.texi (Top): Menu update.
* doc/misc/flymake.texi (Starting the syntax check process): Grammar fix.
* doc/misc/tramp.texi (External packages): Grammar fix.
Reword for default sentinel not being nil any more.
* src/process.c (Fprocess_buffer, Faccept_process_output)
(Finternal_default_process_filter, Finternal_default_process_sentinel):
Doc fixes.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2b631dfc5f9..70fce9add14 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-02-21 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * process.c (Fprocess_buffer, Faccept_process_output) | ||
| 4 | (Finternal_default_process_filter, Finternal_default_process_sentinel): | ||
| 5 | Doc fixes. | ||
| 6 | |||
| 1 | 2014-02-21 Martin Rudalics <rudalics@gmx.at> | 7 | 2014-02-21 Martin Rudalics <rudalics@gmx.at> |
| 2 | 8 | ||
| 3 | * window.c (Fwindow_scroll_bar_width): New function. | 9 | * window.c (Fwindow_scroll_bar_width): New function. |