Spelling fix.
This commit is contained in:
parent
b9813f147a
commit
f62d0f2a08
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue