changeset 74081:9faf984a83f8

(regexp-opt): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 19 Nov 2006 17:47:47 +0000
parents 7eaad1a0cf1f
children d34e01c317dc
files lisp/emacs-lisp/regexp-opt.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/regexp-opt.el	Sun Nov 19 16:56:09 2006 +0000
+++ b/lisp/emacs-lisp/regexp-opt.el	Sun Nov 19 17:47:47 2006 +0000
@@ -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.