Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Daniel Kochmański
translate
Commits
44955532
Commit
44955532
authored
Sep 10, 2015
by
Daniel Kochmański
Browse files
cosmetic: readme typos
Signed-off-by:
Daniel Kochmański
<
daniel@turtleware.eu
>
parent
a6400fd9
Changes
1
Show whitespace changes
Inline
Side-by-side
README.org
View file @
44955532
...
...
@@ -249,20 +249,19 @@
*** =*LANGUAGE*=
#+BEGIN_SRC text
This variable holds the current language designator (the predicate
used for comparison is
=
EQL
=
). If bound to
=
NIL
=
, translation works
the
same way as the
=
IDENTITY
=
function.
used for comparison is EQL). If bound to NIL, translation works
the
same way as the IDENTITY function.
#+END_SRC
*** =*RESOLUTION-TIME*=
#+BEGIN_SRC text
Applicable values are
=
:LOAD-TIME
=
and
=
:RUN-TIME
=
(the latter is the
Applicable values are :LOAD-TIME and :RUN-TIME (the latter is the
default). The variable controls time of actual resolution.
If it's the =:LOAD-TIME=, then resolution is performed when the reader
encounters the =#t= dispatch macro character, while setting the
variable to =:RUN-TIME= translates =#t="string" to the form
=(TRANSLATE "string")= and resolution takes place at the time of the
form evaluation.
If it's the :LOAD-TIME, then resolution is performed when the reader
encounters the #t dispatch macro character, while setting the variable
to :RUN-TIME translates #t"string" to the form (TRANSLATE "string")
and resolution takes place at the time of the form evaluation.
#+END_SRC
** Functions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment