emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/djvu e20134788c: ; Fix typos


From: Stefan Kangas
Subject: [elpa] externals/djvu e20134788c: ; Fix typos
Date: Mon, 12 Dec 2022 17:31:18 -0500 (EST)

branch: externals/djvu
commit e20134788c4556c4c0a15edf5870a4d44186bee1
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@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)



reply via email to

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