(regexp-opt-depth): Fix spelling in docstrings.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 16 Jun 2005 16:14:56 +0000 (16:14 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 16 Jun 2005 16:14:56 +0000 (16:14 +0000)
lisp/emacs-lisp/regexp-opt.el

index 3537a83..3e0c7c8 100644 (file)
@@ -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 "")