]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/button.el (button-activate): Fix doc typo.
authorGlenn Morris <rgm@gnu.org>
Sat, 28 Oct 2017 00:09:17 +0000 (20:09 -0400)
committerGlenn Morris <rgm@gnu.org>
Sat, 28 Oct 2017 00:09:17 +0000 (20:09 -0400)
lisp/button.el
lisp/doc-view.el
lisp/url/url-queue.el

index a6090477c5510b975454c4bdc86139986386405f..32cd995f5e4c0f5316737bc08d9715b864b8b244 100644 (file)
@@ -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."
index a222076edb8642b85aa7f56b21afae60f8358def..7213ea2ff6b313cce770b3969c0b8b0fa970a8ee 100644 (file)
@@ -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.)
index 06a77404b58cb6743558d8bfff72bf2f085c6897..84da6f60260234fcec4d60724e5bb67d2f58c424 100644 (file)
@@ -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.