aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2014-05-18 22:07:45 -0700
committerPaul Eggert2014-05-18 22:07:45 -0700
commitf62d0f2a08427494fc0660bc0b3128c8ac1b8526 (patch)
treea646505673030b5ca030c5be130d33885a5e8ba5
parentb9813f147af6c55d7f7475735a5274349138295e (diff)
downloademacs-f62d0f2a08427494fc0660bc0b3128c8ac1b8526.tar.gz
emacs-f62d0f2a08427494fc0660bc0b3128c8ac1b8526.zip
Spelling fix.
-rw-r--r--lisp/minibuffer.el2
1 files changed, 1 insertions, 1 deletions
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."
529 (let* ((qpos pred) 529 (let* ((qpos pred)
530 (ustring (funcall unquote string)) 530 (ustring (funcall unquote string))
531 (uprefix (funcall unquote (substring string 0 qpos))) 531 (uprefix (funcall unquote (substring string 0 qpos)))
532 ;; FIXME: we really should pass `qpos' to `unuote' and have that 532 ;; FIXME: we really should pass `qpos' to `unquote' and have that
533 ;; function give us the corresponding `uqpos'. But for now we 533 ;; function give us the corresponding `uqpos'. But for now we
534 ;; presume (more or less) that `concat' and `unquote' commute. 534 ;; presume (more or less) that `concat' and `unquote' commute.
535 (uqpos (if (string-prefix-p uprefix ustring) 535 (uqpos (if (string-prefix-p uprefix ustring)