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
* 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.
+++
'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
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.
---
\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
** 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.
*** 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
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>
(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)
;; 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.
;;
(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))
(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)
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>.