emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 c31c31e: ; Spelling and URL fixes


From: Paul Eggert
Subject: emacs-27 c31c31e: ; Spelling and URL fixes
Date: Mon, 27 Jan 2020 14:30:52 -0500 (EST)

branch: emacs-27
commit c31c31e57f1224e79effffe076bf367b22dfd385
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    ; Spelling and URL fixes
---
 lisp/erc/erc-pcomplete.el | 2 +-
 src/callproc.c            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/erc/erc-pcomplete.el b/lisp/erc/erc-pcomplete.el
index 457fd07..65b0f66 100644
--- a/lisp/erc/erc-pcomplete.el
+++ b/lisp/erc/erc-pcomplete.el
@@ -5,7 +5,7 @@
 ;; Author: Sacha Chua <address@hidden>
 ;; Maintainer: Amin Bandali <address@hidden>
 ;; Keywords: comm, convenience
-;; URL: http://wwws.emacswiki.org/emacs/ErcCompletion
+;; URL: https://www.emacswiki.org/emacs/ErcCompletion
 
 ;; This file is part of GNU Emacs.
 
diff --git a/src/callproc.c b/src/callproc.c
index 6bd4ae2..07dcc4c 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -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)



reply via email to

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