diff options
| author | Karl Heuer | 1996-01-04 23:47:41 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-01-04 23:47:41 +0000 |
| commit | 4ddd68f9a4c21af772d45d02c91653b5ff151f56 (patch) | |
| tree | 00efa667670806c5ee2a6bc210c676679c4d7136 | |
| parent | 7c3632ce4c81469646f61453c248f19d90eb87c8 (diff) | |
| download | emacs-4ddd68f9a4c21af772d45d02c91653b5ff151f56.tar.gz emacs-4ddd68f9a4c21af772d45d02c91653b5ff151f56.zip | |
(regi-interpret): Doc fix.
| -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 | |||
| 106 | `every' -- execute after frame is matched on a line | 106 | `every' -- execute after frame is matched on a line |
| 107 | 107 | ||
| 108 | Note that NEGATE-P and CASE-FOLD-SEARCH are meaningless if PRED is one | 108 | Note that NEGATE-P and CASE-FOLD-SEARCH are meaningless if PRED is one |
| 109 | of these special symbols. Only the first occurance of each symbol in | 109 | of these special symbols. Only the first occurrence of each symbol in |
| 110 | a frame entry is used, the rest are ignored. | 110 | a frame entry is used, the rest are ignored. |
| 111 | 111 | ||
| 112 | Your FUNC can return values which control regi processing. If a list | 112 | Your FUNC can return values which control regi processing. If a list |