branch: externals/pam commit c74c0e06b5058fa8819b6f745d906b5c148c5f9f Author: Onnie Lynn Winebarger <owine...@gmail.com> Commit: Onnie Lynn Winebarger <owine...@gmail.com>
Improve tam-create-pool docstring --- tam.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tam.el b/tam.el index e351d55249..e96b8d5a4b 100644 --- a/tam.el +++ b/tam.el @@ -217,7 +217,7 @@ Arguments: N - number of pre-allocated objects ALLOCATE - function of zero arguments returning an uninitialized object RESET - function taking an object and setting it to an uninitialized state - Perform any required finalization." +RESET must perform any required finalization." (let ((tbl (tam-create-table N)) (v (make-vector N nil))) (dotimes (k N)