branch: externals/djvu commit e20134788c4556c4c0a15edf5870a4d44186bee1 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
; Fix typos --- djvu.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/djvu.el b/djvu.el index 85ddfa9138..9b1b64b4d0 100644 --- a/djvu.el +++ b/djvu.el @@ -2250,7 +2250,7 @@ Branches of OBJECT that point to empty strings are removed." (if remove (let ((tail (nthcdr 4 object))) (dolist (elt remove) - ;; `delq' removes all occurences of ELT from TAIL. + ;; `delq' removes all occurrences of ELT from TAIL. (setcdr tail (delq elt (cdr tail)))))) (cond ((setq zone (aref zones depth)) (setcdr object (append (mapcar #'identity zone) @@ -3086,7 +3086,7 @@ With prefix ALL non-nil shift all mapareas of current page." (goto-char (point-min)) ;; FIXME: provide alternative regexp for text buffer. ;; FIXME: honor page boundaries: - ;; Cut off visible areas, drop invisble areas (with warning?) + ;; Cut off visible areas, drop invisible areas (with warning?) (while (re-search-forward djvu-area-re nil t) (replace-match (format "%d %d %d %d" (+ (* (djvu-match-number 3) scale) shiftx)