Add docstring to julia-vterm-repl-program

This commit is contained in:
shg 2021-06-12 15:44:03 +09:00
parent d57448466c
commit d02c8ffbd8

View file

@ -63,7 +63,11 @@
"A major mode for inferior Julia REPL."
:group 'julia)
(defvar julia-vterm-repl-program "julia")
(defvar julia-vterm-repl-program "julia"
"Name of the command for executing Julia code.
Maybe either a command in the path, like julia
or an absolute path name, like /usr/local/bin/julia
parameters may be used, like julia -q")
(defvar-local julia-vterm-repl-script-buffer nil)