ps-del

ps-del is a compiled Lisp function in `ps-print.el'.

(ps-del ALIST-SYM KEY)

This function is obsolete since 25.1;
use (setf (alist-get k alist nil t) nil) instead

Delete by side effect element KEY from association list ALIST-SYM.