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:
parent
014d32b1f8
commit
784c9f3c22
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue