Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
alexandria
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Momchil Ivanov
alexandria
Commits
05201022
Commit
05201022
authored
7 years ago
by
Jacek Złydach
Browse files
Options
Downloads
Patches
Plain Diff
Docstrings fixes for housekeeping changes.
parent
0426bd2f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sequences.lisp
+2
-2
2 additions, 2 deletions
sequences.lisp
with
2 additions
and
2 deletions
sequences.lisp
+
2
−
2
View file @
05201022
...
...
@@ -138,7 +138,7 @@ are not proper bounding index designators for SEQUENCE."
(
define-modify-macro
removef
(
item
&rest
keyword-arguments
)
remove/swapped-arguments
"Modify-macro for REMOVE. Sets place designated by the first argument to
the result of calling REMOVE with ITEM, place, and the
REMOVE-
KEYWORDS."
)
the result of calling REMOVE with ITEM, place, and the KEYWORD
-ARGUMENT
S."
)
(
declaim
(
inline
delete/swapped-arguments
))
(
defun
delete/swapped-arguments
(
sequence
item
&rest
keyword-arguments
)
...
...
@@ -147,7 +147,7 @@ the result of calling REMOVE with ITEM, place, and the REMOVE-KEYWORDS.")
(
define-modify-macro
deletef
(
item
&rest
keyword-arguments
)
delete/swapped-arguments
"Modify-macro for DELETE. Sets place designated by the first argument to
the result of calling DELETE with ITEM, place, and the
REMOVE-
KEYWORDS."
)
the result of calling DELETE with ITEM, place, and the KEYWORD
-ARGUMENT
S."
)
(
deftype
proper-sequence
()
"Type designator for proper sequences, that is proper lists and sequences
...
...
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