Skip to content

Commit 850f000

Browse files
committed
rephrase and show default setting value
1 parent f5ee5e5 commit 850f000

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/en/usage/common_lisp.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ all known symbols of the current Lisp image*, and it brings you to
124124
this symbol's definition.
125125

126126
> If you can't find the definition of built-in symbols provided by your implementation, and get the `directory does not exists: ...` error, then you may need to specify the `source directory` of your implementation.
127-
> For example, if you are using `roswell` to start your `lisp repl`, you can create the `~/.roswell/init.lisp`, and add `(sb-ext:set-sbcl-source-location "/path/to/your/source-of-implementation/")` to specify the source direcoty. (Taken `sbcl` implementation for example.)
127+
> Add this in your init file: `(sb-ext:set-sbcl-source-location "/path/to/your/source-of-implementation/")` to specify the source direcoty (given `sbcl` is the underlying implementation). A usual value is `"/usr/share/sbcl-source/"`.
128+
> If you installed Lem with Roswell (which isn't the preferred method anymore), you can create the `~/.roswell/init.lisp` init file, and you can install SBCL source files with `ros install sbcl --without-install`.
128129
129130
"All symbols" really means all the symbols of any package that was
130131
loaded in the image. This includes the implementation and Lem's

content/zh-TW/usage/common_lisp.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ all known symbols of the current Lisp image*, and it brings you to
100100
this symbol's definition.
101101

102102
> If you can't find the definition of built-in symbols provided by your implementation, and get the `directory does not exists: ...` error, then you may need to specify the `source directory` of your implementation.
103-
> For example, if you are using `roswell` to start your `lisp repl`, you can create the `~/.roswell/init.lisp`, and add `(sb-ext:set-sbcl-source-location "/path/to/your/source-of-implementation/")` to specify the source direcoty. (Taken `sbcl` implementation for example.)
103+
> Add this in your init file: `(sb-ext:set-sbcl-source-location "/path/to/your/source-of-implementation/")` to specify the source direcoty (given `sbcl` is the underlying implementation). A usual value is `"/usr/share/sbcl-source/"`.
104+
> If you installed Lem with Roswell (which isn't the preferred method anymore), you can create the `~/.roswell/init.lisp` init file, and you can install SBCL source files with `ros install sbcl --without-install`.
104105
105106
"All symbols" really means all the symbols of any package that was
106107
loaded in the image. This includes the implementation and Lem's

0 commit comments

Comments
 (0)