branch: externals/tNFA commit b457403adb07367ea34671431163cffcaa53997f Author: Toby S. Cubitt <toby-predict...@dr-qubit.org> Commit: Toby S. Cubitt <toby-predict...@dr-qubit.org>
Trivial docstring and comment fixes. --- tNFA.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tNFA.el b/tNFA.el index aa5e193..62a3bdc 100644 --- a/tNFA.el +++ b/tNFA.el @@ -75,7 +75,7 @@ ;; Version 0.1.1 ;; * work-around mysterious byte-compiler bug by defining ;; `tNFA--NFA-state-create' and `tNFA--NFA-state-create-tag' via -;; `defun' instead of directly in `defcustom' +;; `defun' instead of directly in `defstruct' ;; ;; Version 0.1 ;; * initial version