Remove stray use of setf in documentation

This commit is contained in:
Yuval Langer 2017-05-19 23:36:06 +03:00 committed by Kodi Arfer
parent a537d33471
commit 687d750a88

View File

@ -705,7 +705,7 @@ Returns ``True`` if *x* is ``None``.
=> (none? 0)
False
=> (setf x None)
=> (setv x None)
=> (none? x)
True