Skip to content
Snippets Groups Projects
Commit a6e2cc6e authored by Philipp Marek's avatar Philipp Marek
Browse files

Merge branch 'master' into 'master'

Docstrings fixes for housekeeping changes.

See merge request alexandria/alexandria!2
parents e5c54bc3 05201022
No related branches found
No related tags found
No related merge requests found
......@@ -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-ARGUMENTS.")
(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-ARGUMENTS.")
(deftype proper-sequence ()
"Type designator for proper sequences, that is proper lists and sequences
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment