# HG changeset patch # User Juanma Barranquero # Date 1118938496 0 # Node ID 8d59a5d179f23d2844d2b8bf69e69e6563fd1577 # Parent 964ef053b1bc47792311260e027a643075405dfb (regexp-opt-depth): Fix spelling in docstrings. diff -r 964ef053b1bc -r 8d59a5d179f2 lisp/emacs-lisp/regexp-opt.el --- a/lisp/emacs-lisp/regexp-opt.el Thu Jun 16 16:14:11 2005 +0000 +++ b/lisp/emacs-lisp/regexp-opt.el Thu Jun 16 16:14:56 2005 +0000 @@ -116,7 +116,7 @@ (defun regexp-opt-depth (regexp) "Return the depth of REGEXP. This means the number of non-shy regexp grouping constructs -\(parenthesised expressions) in REGEXP." +\(parenthesized expressions) in REGEXP." (save-match-data ;; Hack to signal an error if REGEXP does not have balanced parentheses. (string-match regexp "")