mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-31 06:40:50 -08:00
Fixed typo in destructively_check_directory
This commit is contained in:
parent
21f70a0900
commit
7ca1c3f2e2
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ Returns, as a string, the location of the machine on which ECL runs."
|
|||
(defun lisp-implementation-version ()
|
||||
"Args:()
|
||||
Returns the version of your ECL as a string."
|
||||
"@PACKAGE_VERSION@ (CVS 2007-12-01 10:09)")
|
||||
"@PACKAGE_VERSION@ (CVS 2007-12-06 18:56)")
|
||||
|
||||
(defun machine-type ()
|
||||
"Args: ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue