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 | 4ddd68f9a4c21af772d45d02c91653b5ff151f56 (patch) | |
tree | 00efa667670806c5ee2a6bc210c676679c4d7136 /lisp/regi.el | |
parent | 7c3632ce4c81469646f61453c248f19d90eb87c8 (diff) | |
download | emacs-4ddd68f9a4c21af772d45d02c91653b5ff151f56.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 |