branch: elpa/inf-clojure
commit 25f1ab983466dab2bc5bb41b76fc25d3845d8b50
Author: Bozhidar Batsov <bozhi...@batsov.com>
Commit: Bozhidar Batsov <bozhi...@batsov.com>

    Tiny improvements to the front matter
---
 inf-clojure.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inf-clojure.el b/inf-clojure.el
index e5668b8..8bc9d17 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -26,7 +26,7 @@
 
 ;;; Commentary:
 ;;
-;; inf-lisp adapted for Clojure.
+;; inferior-lisp adapted for Clojure.
 ;;
 ;; If you're installing manually, you'll need to:
 ;;
@@ -34,7 +34,7 @@
 ;; * Add the following lines to your .emacs file:
 ;;
 ;;    (autoload 'inf-clojure "inf-clojure" "Run an inferior Clojure process" t)
-;;    (add-hook 'clojure-mode-hook 'inf-clojure-minor-mode)
+;;    (add-hook 'clojure-mode-hook #'inf-clojure-minor-mode)
 
 ;;; Code:
 

Reply via email to