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

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

[nongnu] elpa/inf-clojure dd2b4fc 038/313: Code style


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure dd2b4fc 038/313: Code style
Date: Wed, 11 Aug 2021 09:59:41 -0400 (EDT)

branch: elpa/inf-clojure
commit dd2b4fc0768ac35934c0fbe5cfcd25fee2100ef5
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@batsov.com>

    Code style
---
 inf-clojure.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/inf-clojure.el b/inf-clojure.el
index d748741..b990417 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -151,7 +151,8 @@ to load that file.~"
   :type 'regexp
   :group 'inf-clojure)
 
-(defvar inf-clojure-buffer nil "The current inf-clojure process buffer.
+(defvar inf-clojure-buffer nil
+  "The current inf-clojure process buffer.
 
 MULTIPLE PROCESS SUPPORT
 ===========================================================================
@@ -163,8 +164,8 @@ named `*inf-clojure*'.  You can switch between the 
different process
 buffers with \\[switch-to-buffer].
 
 Commands that send text from source buffers to Clojure processes --
-like `inf-clojure-eval-defun' or `inf-clojure-show-arglist' -- have to choose 
a process
-to send to, when you have more than one Clojure process around.  This
+like `inf-clojure-eval-defun' or `inf-clojure-show-arglist' -- have to choose a
+process to send to, when you have more than one Clojure process around.  This
 is determined by the global variable `inf-clojure-buffer'.  Suppose you
 have three inferior Clojures running:
     Buffer              Process



reply via email to

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