emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 8bd9524: * lisp/button.el (button-activate): Fix


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 8bd9524: * lisp/button.el (button-activate): Fix doc typo.
Date: Fri, 27 Oct 2017 20:09:36 -0400 (EDT)

branch: emacs-26
commit 8bd9524a7c57c8fb208c0ecd3a7be96fbad74b0c
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/button.el (button-activate): Fix doc typo.
---
 lisp/button.el        | 2 +-
 lisp/doc-view.el      | 2 +-
 lisp/url/url-queue.el | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/button.el b/lisp/button.el
index a609047..32cd995 100644
--- a/lisp/button.el
+++ b/lisp/button.el
@@ -232,7 +232,7 @@ property instead of `action'; if the button has no 
`mouse-action',
 the value of `action' is used instead.
 
 The action can either be a marker or a function.  If it's a
-marker then goto it.  Otherwise it it is a function then it is
+marker then goto it.  Otherwise if it is a function then it is
 called with BUTTON as only argument.  BUTTON is either an
 overlay, a buffer position, or (for buttons in the mode-line or
 header-line) a string."
diff --git a/lisp/doc-view.el b/lisp/doc-view.el
index a222076..7213ea2 100644
--- a/lisp/doc-view.el
+++ b/lisp/doc-view.el
@@ -451,7 +451,7 @@ Typically \"page-%s.png\".")
     (if (and (eq 'pdf doc-view-doc-type)
              (executable-find "pdfinfo"))
         ;; We don't want to revert if the PDF file is corrupted which
-        ;; might happen when it it currently recompiled from a tex
+        ;; might happen when it is currently recompiled from a tex
         ;; file.  (TODO: We'd like to have something like that also
         ;; for other types, at least PS, but I don't know a good way
         ;; to test if a PS file is complete.)
diff --git a/lisp/url/url-queue.el b/lisp/url/url-queue.el
index 06a7740..84da6f6 100644
--- a/lisp/url/url-queue.el
+++ b/lisp/url/url-queue.el
@@ -177,7 +177,7 @@ The variable `url-queue-timeout' sets a timeout."
   (with-current-buffer
       (if (and (bufferp (url-queue-buffer job))
               (buffer-live-p (url-queue-buffer job)))
-         ;; Use the (partially filled) process buffer it it exists.
+         ;; Use the (partially filled) process buffer if it exists.
          (url-queue-buffer job)
        ;; If not, just create a new buffer, which will probably be
        ;; killed again by the caller.



reply via email to

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