mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-06 16:01:37 -05:00
Doc changes on jupyter--kernel-processes
This commit is contained in:
parent
f534172049
commit
d18c41c9af
1 changed files with 2 additions and 1 deletions
|
@ -200,7 +200,8 @@ 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 just before Emacs exits.")
|
||||
process is launched. Also, any connection files that still exist
|
||||
before Emacs exits are deleted.")
|
||||
|
||||
(defun jupyter--kernel-process (kernel)
|
||||
(cl-find-if (lambda (x) (and (processp (car x))
|
||||
|
|
Loading…
Add table
Reference in a new issue