Mercurial > emacs
changeset 63512:8d59a5d179f2
(regexp-opt-depth): Fix spelling in docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 16 Jun 2005 16:14:56 +0000 |
parents | 964ef053b1bc |
children | 3a1ff24e79ba |
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 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 "")