From: Juanma Barranquero Date: Thu, 16 Jun 2005 16:14:56 +0000 (+0000) Subject: (regexp-opt-depth): Fix spelling in docstrings. X-Git-Tag: emacs-pretest-22.0.90~8871 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8665b2b6d7ab5cf7e0b2d6cec295f02b0772574e;p=emacs.git (regexp-opt-depth): Fix spelling in docstrings. --- diff --git a/lisp/emacs-lisp/regexp-opt.el b/lisp/emacs-lisp/regexp-opt.el index 3537a83c3c1..3e0c7c8ade4 100644 --- a/lisp/emacs-lisp/regexp-opt.el +++ b/lisp/emacs-lisp/regexp-opt.el @@ -116,7 +116,7 @@ by \\=\\< and \\>." (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 "")