summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-06-16 16:14:56 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-06-16 16:14:56 +0000
commit8665b2b6d7ab5cf7e0b2d6cec295f02b0772574e (patch)
tree3e201d627c572a997cdf58f28bbbbe6e608e63c6 /lisp/emacs-lisp
parent1936c9a9a83541ca50b75f0c457d0fd526156028 (diff)
downloademacs-8665b2b6d7ab5cf7e0b2d6cec295f02b0772574e.tar.gz
emacs-8665b2b6d7ab5cf7e0b2d6cec295f02b0772574e.tar.bz2
emacs-8665b2b6d7ab5cf7e0b2d6cec295f02b0772574e.zip
(regexp-opt-depth): Fix spelling in docstrings.
Diffstat (limited to 'lisp/emacs-lisp')
-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 \\>."
(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 "")