From: Karl Heuer Date: Thu, 4 Jan 1996 23:42:04 +0000 (+0000) Subject: (Info-get-token): Doc fix. X-Git-Tag: emacs-19.34~1870 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90a715f070d1a845ec1828841b89da7c715e0536;p=emacs.git (Info-get-token): Doc fix. --- 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