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