diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:47:41 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:47:41 +0000 |
commit | be26ee3cc03d616117e8562503b84d8e413a4b5f (patch) | |
tree | 30d6ee1e6e2c6ca845f24d11e72b3ebfbc4945bf /lisp/regi.el | |
parent | 57c0cc4217d725fc20a9f5b54aaee28aef6c6301 (diff) | |
download | emacs-be26ee3cc03d616117e8562503b84d8e413a4b5f.tar.gz |
(regi-interpret): Doc fix.
Diffstat (limited to 'lisp/regi.el')
-rw-r--r-- | lisp/regi.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/regi.el b/lisp/regi.el index aefcaf9d938..18f16d18be7 100644 --- a/lisp/regi.el +++ b/lisp/regi.el @@ -106,7 +106,7 @@ t -- always produces a true outcome `every' -- execute after frame is matched on a line Note that NEGATE-P and CASE-FOLD-SEARCH are meaningless if PRED is one -of these special symbols. Only the first occurance of each symbol in +of these special symbols. Only the first occurrence of each symbol in a frame entry is used, the rest are ignored. Your FUNC can return values which control regi processing. If a list |