mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-06 16:01:37 -05:00
jupyter--kernel-processes: Update documentation
This commit is contained in:
parent
9aaff6bfcd
commit
d57eff4fa0
1 changed files with 8 additions and 4 deletions
|
@ -40,10 +40,14 @@ Elements look like (PROCESS CONN-FILE) where PROCESS is a kernel
|
|||
process and CONN-FILE the associated connection file.
|
||||
|
||||
Cleaning up the list removes elements whose PROCESS is no longer
|
||||
live. When removing, CONN-FILE will be deleted and PROCESS's
|
||||
buffer killed. The list is periodically cleaned up when a new
|
||||
process is launched. Also, any connection files that still exist
|
||||
before Emacs exits are deleted.")
|
||||
live. When removing an element, CONN-FILE will be deleted and
|
||||
PROCESS's buffer killed.
|
||||
|
||||
The list is periodically cleaned up when a new process is
|
||||
launched.
|
||||
|
||||
Also, just before Emacs exits any connection files that still
|
||||
exist are deleted.")
|
||||
|
||||
;;; Kernel definition
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue