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:
parent
5f6c08ef2c
commit
2e8f6ad287
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue