; Spelling and URL fixes
This commit is contained in:
parent
066aad7b9d
commit
c31c31e57f
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue