diff options
Diffstat (limited to 'doc/misc/cl.texi')
-rw-r--r-- | doc/misc/cl.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index a6747b1096a..e4b344f2674 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -4051,7 +4051,7 @@ following keywords can be used: @table @code @item :read-only -A non-nil value means the slot should not be @code{setf}-able; +A non-@code{nil} value means the slot should not be @code{setf}-able; the slot's value is determined when the object is created and does not change afterward. |