1.0.42.38: fix SB-INTROSPECT:VALID-FUNCTION-NAME-P docstring
authorNikodemus Siivola <nikodemus@random-state.net>
Sun, 19 Sep 2010 12:41:58 +0000 (12:41 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 19 Sep 2010 12:41:58 +0000 (12:41 +0000)
 lp#641896

contrib/sb-introspect/introspect.lisp
version.lisp-expr

index 1e28bc8..c5bb86a 100644 (file)
@@ -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
index 641b796..bbbfc48 100644 (file)
@@ -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"