From: Juanma Barranquero Date: Sun, 19 Nov 2006 17:49:47 +0000 (+0000) Subject: (regexp-opt): Doc fix. X-Git-Tag: emacs-pretest-22.0.92~602 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=784c9f3c227e535c7e87bfbe671354fe897da8db;p=emacs.git (regexp-opt): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 49d1cd11bf2..9a726431207 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-11-19 Juanma Barranquero + + * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix. + 2006-11-19 Micha,bk(Bl Cadilhac * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New. 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.