<div dir="ltr">Hello,<div><br></div><div>I've read the documentation and found these typos:</div><div><br></div><div><div><a href="https://common-lisp.net/project/slime/doc/html/Inferior_002dlisp.html#Inferior_002dlisp">https://common-lisp.net/project/slime/doc/html/Inferior_002dlisp.html#Inferior_002dlisp</a></div><div>  "(see Loading Contribs for information on how to enable the REPL.)"</div><div>  should be</div><div>  "(See Loading Contribs for information on how to enable the REPL.)"</div><div><br></div><div><a href="https://common-lisp.net/project/slime/doc/html/Editing-Commands.html">https://common-lisp.net/project/slime/doc/html/Editing-Commands.html</a></div><div><a href="https://common-lisp.net/project/slime/doc/html/Macro_002dexpansion.html">https://common-lisp.net/project/slime/doc/html/Macro_002dexpansion.html</a></div><div><a href="https://common-lisp.net/project/slime/doc/html/Scratch-Buffer.html">https://common-lisp.net/project/slime/doc/html/Scratch-Buffer.html</a></div><div>  "sexp" better be "S-expression"</div><div>  </div><div><a href="https://common-lisp.net/project/slime/doc/html/Compilation.html#Compilation">https://common-lisp.net/project/slime/doc/html/Compilation.html#Compilation</a></div><div>  "(See (emacs)Compilation Mode)"</div><div>  should be</div><div>  "(see (Emacs)Compilation Mode.)"</div><div><br></div><div><a href="https://common-lisp.net/project/slime/doc/html/Multithreading.html#Multithreading">https://common-lisp.net/project/slime/doc/html/Multithreading.html#Multithreading</a></div><div>  "add a binding the swank:*default-worker-thread-bindings*"</div><div>  should be</div><div>  "add a binding to the swank:*default-worker-thread-bindings*"</div><div><br></div><div><a href="https://common-lisp.net/project/slime/doc/html/Evaluation.html#Evaluation">https://common-lisp.net/project/slime/doc/html/Evaluation.html#Evaluation</a></div><div><a href="https://common-lisp.net/project/slime/doc/html/Command-Index.html#Command-Index">https://common-lisp.net/project/slime/doc/html/Command-Index.html#Command-Index</a></div><div>  "slime-eval-last-expression-display-output" -- no such command in SLIME</div><div><br></div><div><a href="https://common-lisp.net/project/slime/doc/html/slime_002dmrepl.html#slime_002dmrepl">https://common-lisp.net/project/slime/doc/html/slime_002dmrepl.html#slime_002dmrepl</a></div><div>  "slime-open-listener" -- no such command in SLIME</div><div><br></div><div><a href="https://common-lisp.net/project/slime/doc/html/Fuzzy-Completion.html#Fuzzy-Completion">https://common-lisp.net/project/slime/doc/html/Fuzzy-Completion.html#Fuzzy-Completion</a></div><div>  "slime-complete-symbol-function" -- obsolete, so</div><div>  ‘slime-completion-at-point-functions’ should be referenced instead.</div><div><br></div><div><a href="https://common-lisp.net/project/slime/doc/html/Xref-and-Class-Browser.html#Xref-and-Class-Browser">https://common-lisp.net/project/slime/doc/html/Xref-and-Class-Browser.html#Xref-and-Class-Browser</a></div><div>  "This command asks for a class name and displays inheritance tree of for the class."</div><div>  should be</div><div>  "This command asks for a class name and displays inheritance tree of the class."</div><div><br></div><div><a href="https://common-lisp.net/project/slime/doc/html/SLIME-Enhanced-M_002d_002e.html#SLIME-Enhanced-M_002d_002e">https://common-lisp.net/project/slime/doc/html/SLIME-Enhanced-M_002d_002e.html#SLIME-Enhanced-M_002d_002e</a></div><div>  "slime-mdot-fu" -- no such contrib. "slime-mdot" is here.</div><div><br></div><div><a href="https://common-lisp.net/project/slime/doc/html/SLIME-Trace-Dialog.html#SLIME-Trace-Dialog">https://common-lisp.net/project/slime/doc/html/SLIME-Trace-Dialog.html#SLIME-Trace-Dialog</a></div><div>  "the the *trace-output* stream"</div><div>  should be</div><div>  "the *trace-output* stream"</div><div><br></div><div><a href="https://common-lisp.net/project/slime/doc/html/Tips-and-Tricks.html#Tips-and-Tricks">https://common-lisp.net/project/slime/doc/html/Tips-and-Tricks.html#Tips-and-Tricks</a></div><div>  "lisp" should be "Lisp"</div><div><br></div><div><a href="https://common-lisp.net/project/slime/doc/html/Connecting-to-a-remote-lisp.html#Connecting-to-a-remote-lisp">https://common-lisp.net/project/slime/doc/html/Connecting-to-a-remote-lisp.html#Connecting-to-a-remote-lisp</a></div><div>  "swank" should be "Swank"</div><div>  "lisp" should be "Lisp"</div><div><br></div><div><a href="https://common-lisp.net/project/slime/doc/html/Setting-up-the-lisp-image.html#Setting-up-the-lisp-image">https://common-lisp.net/project/slime/doc/html/Setting-up-the-lisp-image.html#Setting-up-the-lisp-image</a></div><div>  "swank" should be "Swank"</div><div>  "lisp" should be "Lisp"</div><div>  "ssh" should be "SSH"</div><div>  "emacs" should be "Emacs"</div><div><br></div><div>  "See See Communication style."</div><div>  should be</div><div>  "See Communication style."</div><div><br></div><div>  "On the emacs side you will use something like"</div><div>  should be</div><div>  "On the Emacs side you will use something like"</div><div><br></div><div>  "(slime-connect "127.0.0.1" 4005))" extra right parenthesis</div><div><br></div><div><a href="https://common-lisp.net/project/slime/doc/html/Setting-up-Emacs.html#Setting-up-Emacs">https://common-lisp.net/project/slime/doc/html/Setting-up-Emacs.html#Setting-up-Emacs</a></div><div>  "ssh" should be "SSH"</div><div>  "swank" should be "Swank"</div><div><br></div><div><a href="https://common-lisp.net/project/slime/doc/html/Setting-up-pathname-translations.html#Setting-up-pathname-translations">https://common-lisp.net/project/slime/doc/html/Setting-up-pathname-translations.html#Setting-up-pathname-translations</a></div><div>  "swank" should be "Swank"</div><div>  "ssh" should be "SSH"</div><div><br></div><div>  "if we want things like"</div><div>  should be</div><div>  "If we want things like"</div><div><br></div><div>  "(See See (tramp)TRAMP User Manual.)"</div><div>  should be</div><div>  "(See (tramp)TRAMP User Manual.)"</div><div><br></div><div><a href="https://common-lisp.net/project/slime/doc/html/Banner.html#Banner">https://common-lisp.net/project/slime/doc/html/Banner.html#Banner</a></div><div>   "( See (elisp)Header Lines.)"</div><div>   should be</div><div>   "(see (elisp)Header Lines)"</div><div><br></div><div><a href="https://common-lisp.net/project/slime/doc/html/Editing-Commands.html#Editing-Commands">https://common-lisp.net/project/slime/doc/html/Editing-Commands.html#Editing-Commands</a></div><div>  "s-expression"</div><div>  should be</div><div>  "S-expression"</div><div><br></div><div>  "s-expressions"</div><div>  should be</div><div>  "S-expressions"</div><div><br></div><div>  "sexp"</div><div>  should be</div><div>  "S-expression"</div><div><br></div><div><a href="https://common-lisp.net/project/slime/doc/html/Typeout-frames.html#Typeout-frames">https://common-lisp.net/project/slime/doc/html/Typeout-frames.html#Typeout-frames</a></div><div>  "(see Loading Contribs.)"</div><div>  should be</div><div>  "(See Loading Contribs.)"</div><div><br></div><div><a href="https://common-lisp.net/project/slime/doc/html/TRAMP.html#TRAMP">https://common-lisp.net/project/slime/doc/html/TRAMP.html#TRAMP</a></div><div>  "(see Setting up pathname translations)"</div><div>  should be</div><div>  "(See Setting up pathname translations.)"</div><div><br></div><div><a href="https://common-lisp.net/project/slime/doc/html/slime_002dsprof.html#slime_002dsprof">https://common-lisp.net/project/slime/doc/html/slime_002dsprof.html#slime_002dsprof</a></div><div>  "swank" should be "Swank"</div><div><br></div><div>  "(callers, calls to)" should be "(callers, callees)"</div><div><br></div><div>I think these changes will make the documentation to looks better.</div><div>Also, it would be nice to replace everywhere:</div><div><br></div><div>lisp -> Lisp</div><div>emacs -> Emacs</div><div>slime -> SLIME</div><div>repl -> REPL</div><div>ssh -> SSH</div><div>swank -> Swank</div><div>sexp -> S-expression</div></div><div><br></div></div>