branch: elpa/sly
commit 4743fb71d3026c00bf2059cda9ec7d13727474de
Author: AndrĂ© A. Gomes <[email protected]>
Commit: AndrĂ© A. Gomes <[email protected]>

    sly: Fix sly-lisp-implementations example.
---
 sly.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sly.el b/sly.el
index 5d043c19bde..f08cb956c98 100644
--- a/sly.el
+++ b/sly.el
@@ -1026,7 +1026,7 @@ PROGRAM and PROGRAM-ARGS are strings used to start the 
Lisp process.
 For KEYWORD-ARGS see `sly-start'.
 
 Here's an example:
- ((sbcl (\"sbcl\" \"quiet\") :init sly-init-using-slynk-loader)
+ ((sbcl (\"sbcl\" \"--noinform\") :init sly-init-using-slynk-loader)
   (acl (\"acl7\") :coding-system emacs-mule))")
 
 (defcustom sly-command-switch-to-existing-lisp 'ask

Reply via email to