@@ -815,7 +815,7 @@ The prefix argument ARG can change the behavior of the command:
815
815
816
816
(defun inf-clojure-var-doc-form (proc )
817
817
" Return the form to query the Inf-Clojure PROC for a var's documentation.
818
- If you are using REPL types, it will pickup the most approapriate
818
+ If you are using REPL types, it will pickup the most appropriate
819
819
`inf-clojure-var-doc-form` variant."
820
820
(inf-clojure--sanitize-command
821
821
(pcase (inf-clojure--set-repl-type proc)
@@ -846,7 +846,7 @@ If you are using REPL types, it will pickup the most approapriate
846
846
847
847
(defun inf-clojure-var-source-form (proc )
848
848
" Return the form to query the Inf-Clojure PROC for a var's source.
849
- If you are using REPL types, it will pickup the most approapriate
849
+ If you are using REPL types, it will pickup the most appropriate
850
850
`inf-clojure-var-source-form` variant."
851
851
(inf-clojure--sanitize-command
852
852
(pcase (inf-clojure--set-repl-type proc)
@@ -889,7 +889,7 @@ If you are using REPL types, it will pickup the most approapriate
889
889
890
890
(defun inf-clojure-arglists-form (proc )
891
891
" Return the form to query the Inf-Clojure PROC for arglists of a var.
892
- If you are using REPL types, it will pickup the most approapriate
892
+ If you are using REPL types, it will pickup the most appropriate
893
893
`inf-clojure-arglists-form` variant."
894
894
(inf-clojure--sanitize-command
895
895
(pcase (inf-clojure--set-repl-type proc)
@@ -925,7 +925,7 @@ If you are using REPL types, it will pickup the most approapriate
925
925
926
926
(defun inf-clojure-completion-form (proc )
927
927
" Return the form to query the Inf-Clojure PROC for completions.
928
- If you are using REPL types, it will pickup the most approapriate
928
+ If you are using REPL types, it will pickup the most appropriate
929
929
`inf-clojure-completion-form` variant."
930
930
(inf-clojure--sanitize-command
931
931
(pcase (inf-clojure--set-repl-type proc)
@@ -956,7 +956,7 @@ If you are using REPL types, it will pickup the most approapriate
956
956
957
957
(defun inf-clojure-ns-vars-form (proc )
958
958
" Return the form to query the Inf-Clojure PROC for public vars in a namespace.
959
- If you are using REPL types, it will pickup the most approapriate
959
+ If you are using REPL types, it will pickup the most appropriate
960
960
`inf-clojure-ns-vars-form` variant."
961
961
(inf-clojure--sanitize-command
962
962
(pcase (inf-clojure--set-repl-type proc)
@@ -989,7 +989,7 @@ If you are using REPL types, it will pickup the most approapriate
989
989
990
990
(defun inf-clojure-set-ns-form (proc )
991
991
" Return the form to set the namespace of the Inf-Clojure PROC.
992
- If you are using REPL types, it will pickup the most approapriate
992
+ If you are using REPL types, it will pickup the most appropriate
993
993
`inf-clojure-set-ns-form` variant."
994
994
(pcase (inf-clojure--set-repl-type proc)
995
995
(`planck inf-clojure-set-ns-form-planck)
@@ -1023,7 +1023,7 @@ If you are using REPL types, it will pickup the most approapriate
1023
1023
1024
1024
(defun inf-clojure-apropos-form (proc )
1025
1025
" Return the form to query the Inf-Clojure PROC for a var's apropos.
1026
- If you are using REPL types, it will pickup the most approapriate
1026
+ If you are using REPL types, it will pickup the most appropriate
1027
1027
`inf-clojure-apropos-form` variant."
1028
1028
(inf-clojure--sanitize-command
1029
1029
(pcase (inf-clojure--set-repl-type proc)
@@ -1056,7 +1056,7 @@ If you are using REPL types, it will pickup the most approapriate
1056
1056
1057
1057
(defun inf-clojure-macroexpand-form (proc )
1058
1058
" Return the form for macroexpansion in the Inf-Clojure PROC.
1059
- If you are using REPL types, it will pickup the most approapriate
1059
+ If you are using REPL types, it will pickup the most appropriate
1060
1060
`inf-clojure-macroexpand-form` variant."
1061
1061
(inf-clojure--sanitize-command
1062
1062
(pcase (inf-clojure--set-repl-type proc)
@@ -1089,7 +1089,7 @@ If you are using REPL types, it will pickup the most approapriate
1089
1089
1090
1090
(defun inf-clojure-macroexpand-1-form (proc )
1091
1091
" Return the form for macroexpand-1 in the Inf-Clojure PROC.
1092
- If you are using REPL types, it will pickup the most approapriate
1092
+ If you are using REPL types, it will pickup the most appropriate
1093
1093
`inf-clojure-macroexpand-1-form` variant."
1094
1094
(inf-clojure--sanitize-command
1095
1095
(pcase (inf-clojure--set-repl-type proc)
0 commit comments