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
Knut Olav Bøhmer
alexandria
Commits
c9e15432
Commit
c9e15432
authored
Mar 06, 2011
by
Nikodemus Siivola
Browse files
missing final punctuation in a docstring
parent
d6e2b3f4
Changes
1
Show whitespace changes
Inline
Side-by-side
sequences.lisp
View file @
c9e15432
...
...
@@ -138,7 +138,7 @@ that are not lists."
(
defun
emptyp
(
sequence
)
"Returns true if SEQUENCE is an empty sequence. Signals an error if SEQUENCE
is not a sequence"
is not a sequence
.
"
(
etypecase
sequence
(
list
(
null
sequence
))
(
sequence
(
zerop
(
length
sequence
)))))
...
...
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