]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fix.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 May 2014 05:07:45 +0000 (22:07 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 May 2014 05:07:45 +0000 (22:07 -0700)
lisp/minibuffer.el

index 242dc7fe94e943ee9dbfbee30e218cf5877a1588..dc3daa386d21d588685e470a890387135b426d9c 100644 (file)
@@ -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)