summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-19 17:49:47 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-19 17:49:47 +0000
commit784c9f3c227e535c7e87bfbe671354fe897da8db (patch)
tree2ecd7080d6849fb848f9a7e0382b9ab1b2db732c /lisp/emacs-lisp
parent014d32b1f8a1922734b7baf1acba5a5c2edccfc5 (diff)
downloademacs-784c9f3c227e535c7e87bfbe671354fe897da8db.tar.gz
emacs-784c9f3c227e535c7e87bfbe671354fe897da8db.tar.bz2
emacs-784c9f3c227e535c7e87bfbe671354fe897da8db.zip
(regexp-opt): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/regexp-opt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/regexp-opt.el b/lisp/emacs-lisp/regexp-opt.el
index 52cbc956bc3..931ebf28bd2 100644
--- a/lisp/emacs-lisp/regexp-opt.el
+++ b/lisp/emacs-lisp/regexp-opt.el
@@ -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.