Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
translate
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Daniel Kochmański
translate
Commits
44955532
Commit
44955532
authored
9 years ago
by
Daniel Kochmański
Browse files
Options
Downloads
Patches
Plain Diff
cosmetic: readme typos
Signed-off-by:
Daniel Kochmański
<
daniel@turtleware.eu
>
parent
a6400fd9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.org
+7
-8
7 additions, 8 deletions
README.org
with
7 additions
and
8 deletions
README.org
+
7
−
8
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment