changeset 13990:155a595b6083

(Info-get-token): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Thu, 04 Jan 1996 23:42:04 +0000
parents d60fffb9acd1
children 0297cd54b530
files lisp/info.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info.el	Thu Jan 04 23:41:53 1996 +0000
+++ b/lisp/info.el	Thu Jan 04 23:42:04 1996 +0000
@@ -1405,7 +1405,7 @@
 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