From 0623c52c838b86cfcf3bd5a5b388324ac51ebaf9 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Sun, 19 Sep 2010 12:41:58 +0000 Subject: [PATCH] 1.0.42.38: fix SB-INTROSPECT:VALID-FUNCTION-NAME-P docstring lp#641896 --- contrib/sb-introspect/introspect.lisp | 3 ++- version.lisp-expr | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib/sb-introspect/introspect.lisp b/contrib/sb-introspect/introspect.lisp index 1e28bc8..c5bb86a 100644 --- a/contrib/sb-introspect/introspect.lisp +++ b/contrib/sb-introspect/introspect.lisp @@ -96,7 +96,8 @@ include the pathname of the file and the position of the definition." (elt (sb-c::compiled-debug-info-fun-map debug-info) 0)) (defun valid-function-name-p (name) - "True if NAME denotes a function name that can be passed to MACRO-FUNCTION or FDEFINITION " + "True if NAME denotes a valid function name, ie. one that can be passed to +FBOUNDP." (and (sb-int:valid-function-name-p name) t)) ;;;; Finding definitions diff --git a/version.lisp-expr b/version.lisp-expr index 641b796..bbbfc48 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.42.37" +"1.0.42.38" -- 1.7.10.4