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 /doc/lispref/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 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index fcfb524934d..d6a996ca9bf 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2014-02-21 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * internals.texi (Process Internals): | ||
| 4 | * processes.texi (Deleting Processes, Output from Processes) | ||
| 5 | (Process Buffers, Filter Functions, Accepting Output, Sentinels) | ||
| 6 | (Network, Network Servers, Network Processes, Serial Ports): | ||
| 7 | Filters and sentinels can no longer be nil. | ||
| 8 | * elisp.texi (Top): Menu update. | ||
| 9 | |||
| 1 | 2014-02-20 Glenn Morris <rgm@gnu.org> | 10 | 2014-02-20 Glenn Morris <rgm@gnu.org> |
| 2 | 11 | ||
| 3 | * functions.texi (Defining Functions): Mention defalias-fset-function. | 12 | * functions.texi (Defining Functions): Mention defalias-fset-function. |