From: Eli Zaretskii Date: Fri, 13 Oct 2006 19:32:50 +0000 (+0000) Subject: (apropos-pattern-quoted): Fix a typo in a doc string. X-Git-Tag: emacs-pretest-22.0.90~136 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6b1922543ad52a363278476de63cfe187f444e8;p=emacs.git (apropos-pattern-quoted): Fix a typo in a doc string. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b6fac7c992f..8dd343fc8ee 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-10-13 Giorgos Keramidas (tiny change) + + * apropos.el (apropos-pattern-quoted): Fix a typo in a doc + string. + 2006-10-13 Eli Zaretskii * subr.el (start-process-shell-command): Doc fix. 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'.")