summaryrefslogtreecommitdiff
path: root/lisp/info.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-04 23:42:04 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-04 23:42:04 +0000
commitd24527fa7ba17310c06f3f386ad38b876fd4aa01 (patch)
treedd668e1fc36d66fdb440f92ba61d0076458268f3 /lisp/info.el
parent4d4a42c0f447132861106f85ca1c0ad493a6c91c (diff)
downloademacs-d24527fa7ba17310c06f3f386ad38b876fd4aa01.tar.gz
(Info-get-token): Doc fix.
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el
index ed4f7ff11d3..a0a973a178a 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -1405,7 +1405,7 @@ POS must be somewhere inside the token
START is a regular expression which will match the
beginning of the tokens delimited string
ALL is a regular expression with a single
- parenthized subpattern which is the token to be
+ parenthesized subpattern which is the token to be
returned. E.g. '{\(.*\)}' would return any string
enclosed in braces around POS.
SIG optional fourth argument, controls action on no match