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
gendl
gendl
Commits
d473edb3
Commit
d473edb3
authored
Oct 04, 2013
by
Dave Cooper
Browse files
update some typos
parent
4135136a
Changes
3
Show whitespace changes
Inline
Side-by-side
base/rest/source/vanilla-mixin.lisp
View file @
d473edb3
...
...
@@ -30,7 +30,7 @@
:documentation
(
:description
"Vanilla-Mixin is automatically inherited by every object
created in GDL. It provides basic messages which are common to all GDL objects defined
with the define-object macro, unless <tt>:no-vanilla-mixin t</tt> is specif
qq
ied at the toplevel
with the define-object macro, unless <tt>:no-vanilla-mixin t</tt> is specified at the toplevel
of the define-object form."
)
:input-slots
...
...
documentation/tutorial/source/introduction.lisp
View file @
d473edb3
...
...
@@ -280,7 +280,7 @@ optimizations and safety that the tested-and-true CL compiler provides
on the market, which are essentially nothing more than interpreted "
(
:emph
"scripting languages"
)
" which often impose arbitrary limits on
the size and complexity of the application."
)
the size and complexity of the application
]
."
)
(
:li
"GDL is also a "
(
:emph
(
:indexed
"declarative"
))
...
...
glisp/source/genworks.lisp
View file @
d473edb3
...
...
@@ -294,7 +294,7 @@ and \"..\" entries."
(
defun
find-gs-path
(
&optional
gs-path
)
(
let
((
gs-path
(
or
gs-path
(
if
(
featurep
:
ms
windows
)
(
if
(
featurep
:
os-
windows
)
(
find-windows-gs
)
(
or
(
probe-file
#p"~/bin/gs"
)
(
probe-file
#p"/usr/local/bin/gs"
)
...
...
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