]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/tNFA/tNFA.el
Add SML-mode.
[gnu-emacs-elpa] / packages / tNFA / tNFA.el
index 307d668b7d974e5d95d90722ab4bdc4f19fd9131..8ef36826360317ee4c163980c2fb8d9128061d84 100644 (file)
@@ -1,5 +1,4 @@
-;;; tNFA.el --- tagged non-deterministic finite-state automata
-
+;;; tNFA.el --- Tagged non-deterministic finite-state automata
 
 ;; Copyright (C) 2008-2010, 2012   Free Software Foundation, Inc
 
 ;;; ================================================================
 ;;;                        Regexp -> tNFA
 
+;;;###autoload
 (defun* tNFA-from-regexp (regexp &key (test 'eq))
   "Create a tagged NFA that recognizes the regular expression REGEXP.
 The return value is the initial state of the tagged NFA.
@@ -1048,6 +1048,7 @@ POS in a string."
 ;;; ================================================================
 ;;;                       tNFA matching
 
+;;;###autoload
 (defun* tNFA-regexp-match (regexp string &key (test 'eq))
   "Return non-nil if STRING matches REGEXP, nil otherwise.
 Sets the match data if there was a match; see `match-beginning',