Skip to content

Commit

Permalink
fix: use the dir placeholder for source of impl
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald authored and vindarel committed Nov 10, 2024
1 parent 41d8776 commit f5ee5e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/usage/common_lisp.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ all known symbols of the current Lisp image*, and it brings you to
this symbol's definition.

> 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.
> 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 "/usr/share/sbcl-source/")` to specify the source direcoty. (Taken `sbcl` implementation for example.)
> 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.)
"All symbols" really means all the symbols of any package that was
loaded in the image. This includes the implementation and Lem's
Expand Down
2 changes: 1 addition & 1 deletion content/zh-TW/usage/common_lisp.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ all known symbols of the current Lisp image*, and it brings you to
this symbol's definition.

> 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.
> 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 "/usr/share/sbcl-source/")` to specify the source direcoty. (Taken `sbcl` implementation for example.)
> 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.)
"All symbols" really means all the symbols of any package that was
loaded in the image. This includes the implementation and Lem's
Expand Down

0 comments on commit f5ee5e5

Please sign in to comment.