diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-10-13 19:32:50 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-10-13 19:32:50 +0000 |
commit | c6b1922543ad52a363278476de63cfe187f444e8 (patch) | |
tree | 06e7b2d10461ca260bd800a94a499bea0d429bd9 /lisp/apropos.el | |
parent | 3f73d221ed395ef49ff7398cc5d132765ee9edbe (diff) | |
download | emacs-c6b1922543ad52a363278476de63cfe187f444e8.tar.gz |
(apropos-pattern-quoted): Fix a typo in a doc string.
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r-- | lisp/apropos.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el index 3889655ff99..cbe571f8fec 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -142,7 +142,7 @@ If value is `verbose', the computed score is shown for each match." "Apropos pattern as entered by user.") (defvar apropos-pattern-quoted nil - "Apropos pattern passed through `regexp-quoute'.") + "Apropos pattern passed through `regexp-quote'.") (defvar apropos-words () "Current list of apropos words extracted from `apropos-pattern'.") |