Skip to content

Commit a1f199a

Browse files
author
Christopher W. Carpenter (https://mordocai.net/gpg.html)
committed
Remove typo from emacs-setup
1 parent 884084b commit a1f199a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ides/emacs-setup.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ <h2 id="once-you-are-set-up">Once you are set up&#8230;</h2>
3333
<p>When you load a Lisp file and want to engage SLIME, <code>M-x slime</code> will do the trick.</p>
3434
<p>Paredit is a popular Lisp editing mode that the engaged student will hear about. The author recommends getting comfortable with emacs and SLIME before using Paredit, it provides several automatic s-expression editing features that surprised him on first use.</p>
3535
<p>When you have configured your SLIME in a <code>fancy</code> fashion, you will find a SLIME REPL (Read Evaluate Print Loop) buffer created in your Emacs window.</p>
36-
<p>This provides an interactive view into Common Lisp. You can evaluate functions you are writing in the source file and immediately use them in the REPL. This provides a very fast &#8220;code and test&#8221; facility. p</p>
36+
<p>This provides an interactive view into Common Lisp. You can evaluate functions you are writing in the source file and immediately use them in the REPL. This provides a very fast &#8220;code and test&#8221; facility.</p>
3737
<hr/>

0 commit comments

Comments
 (0)