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

    sly: Fix sly-lisp-implementations example.
    
    sly-init-command was deleted in commit 
748b54a6571c9f04de1bd5366105e0721857ca62.
    
    SBCL was forked from CMUCL.
---
 sly.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sly.el b/sly.el
index f08941e0da4..5d043c19bde 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:
- ((cmucl (\"/opt/cmucl/bin/lisp\" \"-quiet\") :init sly-init-command)
+ ((sbcl (\"sbcl\" \"quiet\") :init sly-init-using-slynk-loader)
   (acl (\"acl7\") :coding-system emacs-mule))")
 
 (defcustom sly-command-switch-to-existing-lisp 'ask

Reply via email to