emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r117127: Spelling fix.


From: Paul Eggert
Subject: [Emacs-diffs] emacs-24 r117127: Spelling fix.
Date: Mon, 19 May 2014 05:07:48 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117127
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: emacs-24
timestamp: Sun 2014-05-18 22:07:45 -0700
message:
  Spelling fix.
modified:
  lisp/minibuffer.el             
minibuffer.el-20091113204419-o5vbwnq5f7feedwu-8622
=== modified file 'lisp/minibuffer.el'
--- a/lisp/minibuffer.el        2014-05-14 16:21:13 +0000
+++ b/lisp/minibuffer.el        2014-05-19 05:07:45 +0000
@@ -529,7 +529,7 @@
       (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]