File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ For instructions on how to write these specifications, see
106106[ this document] ( https://github.com/clojure-emacs/cider/blob/master/doc/Indent-Spec.md#indent-specification ) .
107107The only difference is that you're allowed to use lists instead of vectors.
108108
109- ### Vertical aligment
109+ ### Vertical alignment
110110
111111You can vertically align sexps with ` C-c SPC ` . For instance, typing
112112this combo on the following form:
@@ -203,7 +203,7 @@ programs by continuously changing the state of the running Lisp
203203program (as opposed to doing something more traditional like making a
204204change and re-running the program afterwards to see the changes in
205205action). To get the most of clojure-mode you'll have to combine it
206- with some tool which will allow you to interact with your Clojure programm
206+ with some tool which will allow you to interact with your Clojure program
207207(a.k.a. process/REPL).
208208
209209A number of options exist for connecting to a
Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ Called by `imenu--generic-function'."
406406(eval-and-compile
407407 (defconst clojure--sym-forbidden-rest-chars " ][\" ;\' @\\ ^`~\(\)\{\} \\ ,\s\t\n\r "
408408 " A list of chars that a Clojure symbol cannot contain.
409- See definiton of 'macros': URL `http://git.io/vRGLD' ." )
409+ See definition of 'macros': URL `http://git.io/vRGLD' ." )
410410 (defconst clojure--sym-forbidden-1st-chars (concat clojure--sym-forbidden-rest-chars " 0-9" )
411411 " A list of chars that a Clojure symbol cannot start with.
412412See the for-loop: URL `http://git.io/vRGTj' lines: URL
You can’t perform that action at this time.
0 commit comments