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

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

[nongnu] elpa/inf-clojure 25f1ab9 046/313: Tiny improvements to the fron


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure 25f1ab9 046/313: Tiny improvements to the front matter
Date: Wed, 11 Aug 2021 09:59:44 -0400 (EDT)

branch: elpa/inf-clojure
commit 25f1ab983466dab2bc5bb41b76fc25d3845d8b50
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@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

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