From: Paul Eggert Date: Mon, 19 May 2014 05:07:45 +0000 (-0700) Subject: Spelling fix. X-Git-Tag: emacs-24.3.92~191 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f62d0f2a08427494fc0660bc0b3128c8ac1b8526;p=emacs.git Spelling fix. --- diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 242dc7fe94e..dc3daa386d2 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -529,7 +529,7 @@ for use at QPOS." (let* ((qpos pred) (ustring (funcall unquote string)) (uprefix (funcall unquote (substring string 0 qpos))) - ;; FIXME: we really should pass `qpos' to `unuote' and have that + ;; FIXME: we really should pass `qpos' to `unquote' and have that ;; function give us the corresponding `uqpos'. But for now we ;; presume (more or less) that `concat' and `unquote' commute. (uqpos (if (string-prefix-p uprefix ustring)