]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling and URL fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 27 Jan 2020 19:30:10 +0000 (11:30 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 27 Jan 2020 19:30:46 +0000 (11:30 -0800)
lisp/erc/erc-pcomplete.el
src/callproc.c

index 457fd07ecc81d4da65f01f776929279aac391539..65b0f66027575ea78a9861a4b65bac9a6025bc76 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: Sacha Chua <sacha@free.net.ph>
 ;; Maintainer: Amin Bandali <mab@gnu.org>
 ;; Keywords: comm, convenience
-;; URL: http://wwws.emacswiki.org/emacs/ErcCompletion
+;; URL: https://www.emacswiki.org/emacs/ErcCompletion
 
 ;; This file is part of GNU Emacs.
 
index 6bd4ae22f6312e1e501e8f423b3fb16206f7e819..07dcc4c3ae41c37dd516e6f9b58c433b769b9f50 100644 (file)
@@ -794,7 +794,7 @@ call_process (ptrdiff_t nargs, Lisp_Object *args, int filefd,
              signal_after_change hasn't.  A continue statement
              restarts the enclosing while (1) loop.  A second,
              unwanted, call to `prepare_to_modify_buffer' is inhibited
-             by the test perpared_pos < PT.  The data are inserted
+            by the test prepared_pos < PT.  The data are inserted
              again, and this time signal_after_change gets called,
              balancing the previous call to prepare_to_modify_buffer.  */
           if ((prepared_pos < PT) && nread)