emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/pam c74c0e06b5 12/16: Improve tam-create-pool docstring


From: ELPA Syncer
Subject: [elpa] externals/pam c74c0e06b5 12/16: Improve tam-create-pool docstring
Date: Wed, 20 Sep 2023 12:59:11 -0400 (EDT)

branch: externals/pam
commit c74c0e06b5058fa8819b6f745d906b5c148c5f9f
Author: Onnie Lynn Winebarger <owinebar@gmail.com>
Commit: Onnie Lynn Winebarger <owinebar@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]