emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-clojure 6bd986d 146/313: Fix typo in docstring


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure 6bd986d 146/313: Fix typo in docstring
Date: Wed, 11 Aug 2021 10:00:04 -0400 (EDT)

branch: elpa/inf-clojure
commit 6bd986de72091f5d86ce8f24aedc303fb02aa869
Author: Adam Frey <adam@adamfrey.me>
Commit: Bozhidar Batsov <bozhidar.batsov@gmail.com>

    Fix typo in docstring
---
 inf-clojure.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inf-clojure.el b/inf-clojure.el
index 3f766ea..88a9d6a 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -288,7 +288,7 @@ Clojure to load that file."
 
 (defun inf-clojure-load-form ()
   "Return the form to query inferior Clojure for a var's documentation.
-If you are using REPL types, it will pickup the most approapriate
+If you are using REPL types, it will pickup the most appropriate
 `inf-clojure-var-doc-form` variant."
   (pcase (inf-clojure--set-repl-type (inf-clojure-proc))
     (`lumo inf-clojure-load-form-lumo)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]