]> git.eshelyaron.com Git - emacs.git/commitdiff
(apropos-pattern-quoted): Fix a typo in a doc string.
authorEli Zaretskii <eliz@gnu.org>
Fri, 13 Oct 2006 19:32:50 +0000 (19:32 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 13 Oct 2006 19:32:50 +0000 (19:32 +0000)
lisp/ChangeLog
lisp/apropos.el

index b6fac7c992f17568c9528075d12eea205492c983..8dd343fc8eefa3d64ffff0bff31451203634e109 100644 (file)
@@ -1,3 +1,8 @@
+2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
+
+       * apropos.el (apropos-pattern-quoted): Fix a typo in a doc
+       string.
+
 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
 
        * subr.el (start-process-shell-command): Doc fix.
index 3889655ff994aaa86490c174f337d85e2a7e7e3c..cbe571f8fec0b0e9cb76aec0a82ef2205eed49f6 100644 (file)
@@ -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'.")