File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2068,7 +2068,7 @@ If FILE-NAME is nil, will use file-name of CURRENT-BUFFER."
20682068 :replay-fn #'speed-type--get-replay-fn
20692069 :continue-fn (lambda () (speed-type--get-continue-fn end))
20702070 :go-next-fn #'speed-type-text )))))))
2071-
2071+ ;;;### autoload
20722072(defun speed-type-pandoc (url )
20732073 " Start a typing-session with the content of a given retrieved URL.
20742074
@@ -2096,6 +2096,7 @@ The url is converted to a unique file-name."
20962096 (kill-buffer buffer) ; ; buffer is retrieved, remove it again to not clutter the buffer-list
20972097 ))
20982098
2099+ ;;;### autoload
20992100(defun speed-type-pandoc-top-x (url &optional n )
21002101 " Start a typing-session with the content of a given retrieved URL.
21012102
You can’t perform that action at this time.
0 commit comments