From 08363178acfbba5097eb82d030444523cc7bfe5f Mon Sep 17 00:00:00 2001 From: Nathaniel Nicandro Date: Sat, 10 Nov 2018 01:19:38 -0600 Subject: [PATCH] jupyter-mime.el: Mention all methods defined in the file --- jupyter-mime.el | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/jupyter-mime.el b/jupyter-mime.el index 91ad7cb..6e005fe 100644 --- a/jupyter-mime.el +++ b/jupyter-mime.el @@ -24,10 +24,19 @@ ;;; Commentary: ;; Routines for working with MIME types. -;; Adds the following methods which may be extended: +;; Also adds the following methods which may be extended: ;; ;; - jupyter-markdown-follow-link ;; - jupyter-insert +;; +;; For working with display IDs, currently rudimentary +;; +;; - jupyter-current-display +;; - jupyter-beginning-of-display +;; - jupyter-end-of-display +;; - jupyter-next-display-with-id +;; - jupyter-delete-current-display +;; - jupyter-update-display ;;; Code: