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

Fix typo in docstring.

parent 49f888dd
No related branches found
No related tags found
No related merge requests found
......@@ -265,7 +265,7 @@ expected-type designator of a TYPE-ERROR."
(list list)))
(defun remove-from-plist (plist &rest keys)
"Returns a propery-list with same keys and values as PLIST, except that keys
"Returns a property-list with same keys and values as PLIST, except that keys
in the list designated by KEYS and values corresponding to them are removed.
The returned property-list may share structure with the PLIST, but PLIST is
not destructively modified. Keys are compared using EQ."
......
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