Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Momchil Ivanov
alexandria
Commits
c9e15432
Commit
c9e15432
authored
Mar 06, 2011
by
Nikodemus Siivola
Browse files
missing final punctuation in a docstring
parent
d6e2b3f4
Changes
1
Hide 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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment