emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 7621a52: ; Spelling fixes


From: Paul Eggert
Subject: [Emacs-diffs] master 7621a52: ; Spelling fixes
Date: Thu, 21 Apr 2016 21:45:05 +0000

branch: master
commit 7621a521452d988b27e761c76ad8e667e932192e
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    ; Spelling fixes
---
 etc/NEWS                         |    4 ++--
 lisp/gnus/ChangeLog.2            |    2 +-
 lisp/gnus/ChangeLog.3            |    2 +-
 lisp/org/ChangeLog.1             |    2 +-
 lisp/progmodes/cc-langs.el       |    2 +-
 test/lisp/erc/erc-track-tests.el |    2 +-
 test/lisp/vc/vc-tests.el         |    2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 2373347..0411f19 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -26,8 +26,8 @@ otherwise leave it unmarked.
 * Installation Changes in Emacs 25.2
 
 ** The new option 'configure --enable-gcc-warnings=warn-only' causes
-GCC to issue warnings without stopping the bild.  This behavior is now
-the default in developer builds.  As before, use
+GCC to issue warnings without stopping the build.  This behavior is
+now the default in developer builds.  As before, use
 '--disable-gcc-warnings' to suppress GCC's warnings, and
 '--enable-gcc-warnings' to stop the build if GCC issues warnings.
 
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2
index 73f5f09..ed0e81f 100644
--- a/lisp/gnus/ChangeLog.2
+++ b/lisp/gnus/ChangeLog.2
@@ -4705,7 +4705,7 @@
        illegible and invisible text.
 
        * gnus-util.el (gnus-multiple-choice): Separate choices with
-       ", ".  Suggested by Dan Jacobson <address@hidden>.
+       ", ".  Suggested by Dan Jacobson <address@hidden>.
 
 2003-02-18  Jesper Harder  <address@hidden>
 
diff --git a/lisp/gnus/ChangeLog.3 b/lisp/gnus/ChangeLog.3
index e6cbe04..f734e6e 100644
--- a/lisp/gnus/ChangeLog.3
+++ b/lisp/gnus/ChangeLog.3
@@ -9090,7 +9090,7 @@
        (shr-kinsoku-shorten): New internal variable.
        (shr-find-fill-point): Make kinsoku shorten text line if
        shr-kinsoku-shorten is bound to non-nil.
-       (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
+       (shr-tag-table): Bind shr-kinsoku-shorten to t; refer to
        shr-indentation too when testing if table is wider than frame width.
        (shr-insert-table): Use `string-width' instead of `length' to measure
        text width.
diff --git a/lisp/org/ChangeLog.1 b/lisp/org/ChangeLog.1
index ccc849d..9b6702f 100644
--- a/lisp/org/ChangeLog.1
+++ b/lisp/org/ChangeLog.1
@@ -9043,7 +9043,7 @@
        (pcomplete/org-mode/file-option/email)
        (pcomplete/org-mode/file-option/date): Use the new macro to offer
        completion over default values for #+OPTIONS, #+TITLE, #+AUTHOR,
-       #+EMAIL and #+DATE.
+       #+EMAIL and #+DATE.
 
        * org-agenda.el (org-agenda-write): Fix bug when writing agenda to
        an external file while `org-agenda-sticky' is non-nil.
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el
index 7a8213b..6489199 100644
--- a/lisp/progmodes/cc-langs.el
+++ b/lisp/progmodes/cc-langs.el
@@ -3069,7 +3069,7 @@ is in effect or not."
 
 (c-lang-defconst c-special-brace-lists
 "List of open- and close-chars that makes up a pike-style brace list,
-i.e. for a ([ ]) list there should be a cons (?\\[ . ?\\]) in this
+i.e., for a ([ ]) list there should be a cons (?\\[ . ?\\]) in this
 list."
   t    nil
   pike '((?{ . ?}) (?\[ . ?\]) (?< . ?>)))
diff --git a/test/lisp/erc/erc-track-tests.el b/test/lisp/erc/erc-track-tests.el
index 8e39e1b..2e60b0d 100644
--- a/test/lisp/erc/erc-track-tests.el
+++ b/test/lisp/erc/erc-track-tests.el
@@ -3,7 +3,7 @@
 ;; Copyright © 2016 Free Software Foundation, Inc.
 
 ;; Author: Mario Lang <address@hidden>
-;; Author: Vivek Das Mohapatra <address@hidden>
+;; Author: Vivek Dasmohapatra <address@hidden>
 
 ;; This file is part of GNU Emacs.
 
diff --git a/test/lisp/vc/vc-tests.el b/test/lisp/vc/vc-tests.el
index 2b3445a..1a3e8e0 100644
--- a/test/lisp/vc/vc-tests.el
+++ b/test/lisp/vc/vc-tests.el
@@ -218,7 +218,7 @@ For backends which dont support it, `vc-not-supported' is 
signalled."
 
 (defun vc-test--register (backend)
   "Register and unregister a file.
-This checks also `vc-backend' and `vc-reponsible-backend'."
+This checks also `vc-backend' and `vc-responsible-backend'."
 
   (let ((vc-handled-backends `(,backend))
        (default-directory



reply via email to

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