branch: elpa/clojure-ts-mode
commit 3f3da83d3096b75866ef71705f3b10a13a1bf135
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Fix wrong function name references
    
    CONTRIBUTING.md referenced the non-existent
    clojure-ts-mode-version-info instead of
    clojure-ts-mode-display-version. Also fix the docstring of
    clojure-ts-mode-display-version which referenced
    clojure-mode-version instead of clojure-ts-mode-version.
---
 CONTRIBUTING.md    | 2 +-
 clojure-ts-mode.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9a6a3fe6ff..252f5a2a0b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -14,7 +14,7 @@ do so.
 * Open an issue with a descriptive title and a summary in grammatically 
correct,
   complete sentences.
 * Mention your Emacs version and operating system.
-* Mention `clojure-ts-mode`'s version info (`M-x 
clojure-ts-mode-version-info`), e.g.:
+* Mention `clojure-ts-mode`'s version info (`M-x 
clojure-ts-mode-display-version`), e.g.:
 
 ```el
 clojure-ts-mode (version 2.1.1)
diff --git a/clojure-ts-mode.el b/clojure-ts-mode.el
index 48e8cc28ad..5a495b384b 100644
--- a/clojure-ts-mode.el
+++ b/clojure-ts-mode.el
@@ -3058,7 +3058,7 @@ all let bindings found along the way."
     map))
 
 (defun clojure-ts-mode-display-version ()
-  "Display the current `clojure-mode-version' in the minibuffer."
+  "Display the current `clojure-ts-mode-version' in the minibuffer."
   (interactive)
   (let ((pkg-version (package-get-version)))
     (if pkg-version

Reply via email to