summaryrefslogtreecommitdiff
path: root/lisp/apropos.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-10-13 19:32:05 +0000
committerEli Zaretskii <eliz@gnu.org>2006-10-13 19:32:05 +0000
commitd2bba1126133b068fcbd7be7956f4e6815fc36d4 (patch)
tree2b026d985f1719172f55fbf62077811a6b7ea8e4 /lisp/apropos.el
parent0c0d1c98209a4a7dc60943f44c57da54f3d6b4e8 (diff)
downloademacs-d2bba1126133b068fcbd7be7956f4e6815fc36d4.tar.gz
(apropos-pattern-quoted): Fix a typo in a doc string.
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r--lisp/apropos.el2
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'.")