]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling and quotation fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 31 Aug 2016 03:54:05 +0000 (20:54 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 31 Aug 2016 03:54:42 +0000 (20:54 -0700)
doc/lispref/processes.texi
etc/NEWS
lisp/ChangeLog.17
lisp/progmodes/cc-engine.el
lisp/progmodes/cc-fonts.el
test/manual/etags/html-src/software.html

index e043578e298ca4e119acb93c77ab4f156bf35cc7..e54cf301d4e8cb6d9906a568e4e7c38be684accb 100644 (file)
@@ -528,7 +528,7 @@ standard input to an inferior shell running @var{command}.  This function
 is similar than @code{call-process-region}, with process being a shell.
 The arguments @code{delete}, @code{destination} and the return value
 are like in @code{call-process-region}.
-Note that this funtion doesn't accept additional arguments.
+Note that this function doesn't accept additional arguments.
 @end defun
 
 @defun shell-command-to-string command
index ee2bc3a2f0c99267706f122c0ba8c9e0cd39e894..18975cbcb945bee614b177ba95bc2c4eab5f23db 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -56,7 +56,7 @@ affected by this, as SGI stopped supporting IRIX in December 2013.
 * Changes in Emacs 25.2
 
 +++
-** The new funtion 'call-shell-region' executes a command in an
+** The new function 'call-shell-region' executes a command in an
 inferior shell with the buffer region as input.
 
 +++
@@ -240,13 +240,13 @@ all buffers without asking confirmation;  bound to
 'U'; 'ibuffer-do-replace-regexp' bound to 'r'.
 
 ---
-*** A new command `ibuffer-mark-by-content-regexp' to mark buffers
+*** A new command 'ibuffer-mark-by-content-regexp' to mark buffers
 whose content matches a regexp; bound to '% g'.
 
 ---
-*** Two new options `ibuffer-never-search-content-name' and
-`ibuffer-never-search-content-mode' used by
-`ibuffer-mark-by-content-regexp'.
+*** Two new options 'ibuffer-never-search-content-name' and
+'ibuffer-never-search-content-mode' used by
+'ibuffer-mark-by-content-regexp'.
 
 ** Compilation mode
 
@@ -373,7 +373,7 @@ different group ID.
 Drive onsite repositories.
 
 +++
-Setting the "ENV" environment variable in `tramp-remote-process-environment'
+Setting the "ENV" environment variable in 'tramp-remote-process-environment'
 enables reading of shell initialization files.
 
 ---
@@ -441,7 +441,7 @@ file.
 \f
 * New Modes and Packages in Emacs 25.2
 
-** New Elisp data-structure library `radix-tree'.
+** New Elisp data-structure library 'radix-tree'.
 
 \f
 * Incompatible Lisp Changes in Emacs 25.2
@@ -478,9 +478,9 @@ function 'check-declare-errmsg' has been removed.
 ** New function undo-amalgamate-change-group to get rid of undo-boundaries
 between two states.
 
-** New var `definition-prefixes' is a hashtable mapping prefixes to the
+** New var 'definition-prefixes' is a hashtable mapping prefixes to the
 files where corresponding definitions can be found.  This can be used
-to fetch definitions that are not yet loaded, for example for `C-h f'.
+to fetch definitions that are not yet loaded, for example for 'C-h f'.
 
 ** New var syntax-ppss-table to control the syntax-table used in syntax-ppss.
 
@@ -580,11 +580,11 @@ ABBR is a time zone abbreviation.  The affected functions are
 *** New basic face 'fixed-pitch-serif', for a fixed-width font with serifs.
 The Info-quoted and tex-verbatim faces now default to inheriting from it.
 
-** New built-in function `mapcan' which avoids unnecessary consing (and garbage
+** New built-in function 'mapcan' which avoids unnecessary consing (and garbage
 collection).
 
 +++
-** The new functions `make-nearby-temp-file' and `temporary-file-directory'
+** The new functions 'make-nearby-temp-file' and 'temporary-file-directory'
 can be used for creation of temporary files of remote or mounted directories.
 
 \f
index bbf25b60483ebb47214981e96b2b80e138e3fb31..1361e7a8153dbddcd18d35ab6f3b9618f52e0e8c 100644 (file)
 2014-08-24  Alan Mackenzie  <acm@muc.de>
 
        Handle C++11's "auto" and "decltype" constructions.
-       * progmodes/cc-engine.el (c-forward-type): Enhance to recognise
+       * progmodes/cc-engine.el (c-forward-type): Enhance to recognize
        and return 'decltype.
        (c-forward-decl-or-cast-1): New let variables backup-kwd-sym,
        prev-kwd-sym, new-style-auto.  Enhance to handle the new "auto"
 
        c-parse-state.  Don't "append-lower-brace-pair" in certain
        circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
-       recognised as a comment.
+       recognized as a comment.
 
        * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
        as well as normal comment starter.
        after a function declaration with only types (no identifiers) in
        the parentheses.  Also, accept a function declaration with just a
        type inside the parentheses, if this type can be positively
-       recognised as such, or if a prefix keyword like "explicit" nails
+       recognized as such, or if a prefix keyword like "explicit" nails
        down the construct as a declaration.
 
 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
index 83ed308e10790f80dbb50bdee009d4d6e8751a3e..2cad2d0242271d1866c5533e92294790e2d57c69 100644 (file)
@@ -8136,7 +8136,7 @@ comment at the start of cc-engine.el for more info."
                                (and (not context)
                                     ;; Deal with C++11's "copy-initialization"
                                     ;; where we have <type>(<constant>), by
-                                    ;; contraasting with a typeless
+                                    ;; contrasting with a typeless
                                     ;; <name>(<type><parameter>, ...).
                                     (save-excursion
                                       (goto-char after-paren-pos)
@@ -9839,7 +9839,7 @@ comment at the start of cc-engine.el for more info."
   ;; return t.  If point is definitely neither at nor in a brace list, return
   ;; nil.
   ;;
-  ;; CONTAINING-SEXP is the position of the brace/paren/braacket enclosing
+  ;; CONTAINING-SEXP is the position of the brace/paren/bracket enclosing
   ;; POINT, or nil if there is no such position, or we do not know it.  LIM is
   ;; a backward search limit.
   ;;
@@ -9856,7 +9856,7 @@ comment at the start of cc-engine.el for more info."
 
       (setq res (c-backward-token-2 1 t lim))
       ;; Checks to do only on the first sexp before the brace.
-      ;; Have we a C++ initialisation, without an "="?
+      ;; Have we a C++ initialization, without an "="?
       (if (and (c-major-mode-is 'c++-mode)
               (cond
                ((and (not (eq res 0))
index a23dddf214e7adbb92d2975b34fbd52e3da2d4ad..735108ff7dc94aa11b614169eb680b4468dadf54 100644 (file)
@@ -1205,7 +1205,7 @@ casts and declarations are fontified.  Used on level 2 and higher."
         (setq start-pos (point))
         (when
          ;; The result of the form below is true when we don't recognize a
-         ;; declaration or cast, and we don't recognise a "non-decl",
+         ;; declaration or cast, and we don't recognize a "non-decl",
          ;; typically a brace list.
          (if (or (and (eq (get-text-property (point) 'face)
                           'font-lock-keyword-face)
index dbf822819933cb52109b91e83cb78da0243c13a4..f1abba7cb49fb5cb8b61498627da7375683f0510 100644 (file)
@@ -168,7 +168,7 @@ if that happens so I can update this page.
     Shows the location of the first read error detected.  Can extract a disk Id
     from the image or the CD itself and build a local database of Ids for
     future checking of archived CDs.  The Id contains the image length, the MD5
-    signature and the Volume ID of the disk, so it can automatically recognise
+    signature and the Volume ID of the disk, so it can automatically recognize
     the CD to check.  Contains a small internal database of <A
     HREF="http://www.debian.org/">Debian</A> <A
     HREF="http://cdimage.debian.org/">CD images</A>.