master: sb-manual: fix CONVERT-DOCSTRING-PACKAGE-OVERRIDES-TO-PAX

melisgl via Sbcl-commits <[email protected]> Mon, 29 Jun 2026 12:20:07 +0000
Newsgroups gmane.lisp.steel-bank.cvs
Message-ID <[email protected]>
The branch "master" has been updated in SBCL:
       via  c50ce6dcaf2e3aa2b3c34740d8c007ba8e12c375 (commit)
      from  61e352d1058e9d170e70fe7779c5248572c9b74a (commit)

- Log -----------------------------------------------------------------
commit c50ce6dcaf2e3aa2b3c34740d8c007ba8e12c375
Author: Gabor Melis <[email protected]>
Date:   Mon Jun 8 23:37:09 2026 +0200

    sb-manual: fix CONVERT-DOCSTRING-PACKAGE-OVERRIDES-TO-PAX
---
 contrib/sb-manual/pax.lisp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/sb-manual/pax.lisp b/contrib/sb-manual/pax.lisp
index aaa292328..ba4a2f05c 100644
--- a/contrib/sb-manual/pax.lisp
+++ b/contrib/sb-manual/pax.lisp
@@ -42,7 +42,8 @@
     (setf-function :dref)
     (setf-generic-function :dref)
     (section :pax)
-    (clhs :pax)))
+    (clhs :pax)
+    (docstring :dref)))
 
 (defun dummy (symbol)
   (let ((*package* (find-package :sb-manual)))

-----------------------------------------------------------------------


hooks/post-receive
-- 
SBCL