From f62d0f2a08427494fc0660bc0b3128c8ac1b8526 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 18 May 2014 22:07:45 -0700 Subject: [PATCH] Spelling fix. --- lisp/minibuffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5