From: Paul Eggert Date: Thu, 21 Apr 2016 21:44:31 +0000 (-0700) Subject: ; Spelling fixes X-Git-Tag: emacs-26.0.90~2189 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7621a521452d988b27e761c76ad8e667e932192e;p=emacs.git ; Spelling fixes --- diff --git a/etc/NEWS b/etc/NEWS index 237334703fe..0411f197141 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 73f5f099658..ed0e81f0ebf 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 . + ", ". Suggested by Dan Jacobson . 2003-02-18 Jesper Harder diff --git a/lisp/gnus/ChangeLog.3 b/lisp/gnus/ChangeLog.3 index e6cbe0458b4..f734e6e6976 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 ccc849d226a..9b6702f01ed 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 7a8213bf6ca..6489199504b 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 8e39e1b9887..2e60b0db975 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 -;; Author: Vivek Das Mohapatra +;; Author: Vivek Dasmohapatra ;; This file is part of GNU Emacs. diff --git a/test/lisp/vc/vc-tests.el b/test/lisp/vc/vc-tests.el index 2b3445aa56a..1a3e8e08b68 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