aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1996-01-04 23:47:41 +0000
committerKarl Heuer1996-01-04 23:47:41 +0000
commit4ddd68f9a4c21af772d45d02c91653b5ff151f56 (patch)
tree00efa667670806c5ee2a6bc210c676679c4d7136
parent7c3632ce4c81469646f61453c248f19d90eb87c8 (diff)
downloademacs-4ddd68f9a4c21af772d45d02c91653b5ff151f56.tar.gz
emacs-4ddd68f9a4c21af772d45d02c91653b5ff151f56.zip
(regi-interpret): Doc fix.
-rw-r--r--lisp/regi.el2
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
108Note that NEGATE-P and CASE-FOLD-SEARCH are meaningless if PRED is one 108Note that NEGATE-P and CASE-FOLD-SEARCH are meaningless if PRED is one
109of these special symbols. Only the first occurance of each symbol in 109of these special symbols. Only the first occurrence of each symbol in
110a frame entry is used, the rest are ignored. 110a frame entry is used, the rest are ignored.
111 111
112Your FUNC can return values which control regi processing. If a list 112Your FUNC can return values which control regi processing. If a list