1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-09 07:40:39 -08:00

(regexp-opt): Doc fix.

This commit is contained in:
Juanma Barranquero 2006-11-19 17:49:47 +00:00
parent 014d32b1f8
commit 784c9f3c22
2 changed files with 5 additions and 1 deletions

View file

@ -88,7 +88,7 @@
;;;###autoload
(defun regexp-opt (strings &optional paren)
"Return a regexp to match a string in STRINGS.
"Return a regexp to match a string in the list STRINGS.
Each string should be unique in STRINGS and should not contain any regexps,
quoted or not. If optional PAREN is non-nil, ensure that the returned regexp
is enclosed by at least one regexp grouping construct.