aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-16 16:14:56 +0000
committerJuanma Barranquero2005-06-16 16:14:56 +0000
commit8665b2b6d7ab5cf7e0b2d6cec295f02b0772574e (patch)
tree3e201d627c572a997cdf58f28bbbbe6e608e63c6
parent1936c9a9a83541ca50b75f0c457d0fd526156028 (diff)
downloademacs-8665b2b6d7ab5cf7e0b2d6cec295f02b0772574e.tar.gz
emacs-8665b2b6d7ab5cf7e0b2d6cec295f02b0772574e.zip
(regexp-opt-depth): Fix spelling in docstrings.
-rw-r--r--lisp/emacs-lisp/regexp-opt.el2
1 files changed, 1 insertions, 1 deletions
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 \\>."
116(defun regexp-opt-depth (regexp) 116(defun regexp-opt-depth (regexp)
117 "Return the depth of REGEXP. 117 "Return the depth of REGEXP.
118This means the number of non-shy regexp grouping constructs 118This means the number of non-shy regexp grouping constructs
119\(parenthesised expressions) in REGEXP." 119\(parenthesized expressions) in REGEXP."
120 (save-match-data 120 (save-match-data
121 ;; Hack to signal an error if REGEXP does not have balanced parentheses. 121 ;; Hack to signal an error if REGEXP does not have balanced parentheses.
122 (string-match regexp "") 122 (string-match regexp "")