1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix docstring of accessors.

This commit is contained in:
Stefan Monnier 2019-05-16 22:00:57 -04:00
parent 5f6c08ef2c
commit 2e8f6ad287

View file

@ -2903,7 +2903,7 @@ non-nil value, that slot cannot be set via `setf'.
;; and pred-check, so changing it is not straightforward.
(push `(,defsym ,accessor (cl-x)
,(format "Access slot \"%s\" of `%s' struct CL-X."
slot struct)
slot name)
(declare (side-effect-free t))
,@(and pred-check
(list `(or ,pred-check