aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2016-08-30 20:54:05 -0700
committerPaul Eggert2016-08-30 20:54:42 -0700
commit1393a4d22c4f69fa4cc2f02b70431c28e3c45046 (patch)
treeae3bd9a53544a7e8206c584f3540a570eb9f717d /etc
parentf24011b4d17da2b39b180fb091d2e6b83aee0d57 (diff)
downloademacs-1393a4d22c4f69fa4cc2f02b70431c28e3c45046.tar.gz
emacs-1393a4d22c4f69fa4cc2f02b70431c28e3c45046.zip
; Spelling and quotation fixes
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS22
1 files changed, 11 insertions, 11 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ee2bc3a2f0c..18975cbcb94 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -56,7 +56,7 @@ affected by this, as SGI stopped supporting IRIX in December 2013.
56* Changes in Emacs 25.2 56* Changes in Emacs 25.2
57 57
58+++ 58+++
59** The new funtion 'call-shell-region' executes a command in an 59** The new function 'call-shell-region' executes a command in an
60inferior shell with the buffer region as input. 60inferior shell with the buffer region as input.
61 61
62+++ 62+++
@@ -240,13 +240,13 @@ all buffers without asking confirmation; bound to
240'U'; 'ibuffer-do-replace-regexp' bound to 'r'. 240'U'; 'ibuffer-do-replace-regexp' bound to 'r'.
241 241
242--- 242---
243*** A new command `ibuffer-mark-by-content-regexp' to mark buffers 243*** A new command 'ibuffer-mark-by-content-regexp' to mark buffers
244whose content matches a regexp; bound to '% g'. 244whose content matches a regexp; bound to '% g'.
245 245
246--- 246---
247*** Two new options `ibuffer-never-search-content-name' and 247*** Two new options 'ibuffer-never-search-content-name' and
248`ibuffer-never-search-content-mode' used by 248'ibuffer-never-search-content-mode' used by
249`ibuffer-mark-by-content-regexp'. 249'ibuffer-mark-by-content-regexp'.
250 250
251** Compilation mode 251** Compilation mode
252 252
@@ -373,7 +373,7 @@ different group ID.
373Drive onsite repositories. 373Drive onsite repositories.
374 374
375+++ 375+++
376Setting the "ENV" environment variable in `tramp-remote-process-environment' 376Setting the "ENV" environment variable in 'tramp-remote-process-environment'
377enables reading of shell initialization files. 377enables reading of shell initialization files.
378 378
379--- 379---
@@ -441,7 +441,7 @@ file.
441 441
442* New Modes and Packages in Emacs 25.2 442* New Modes and Packages in Emacs 25.2
443 443
444** New Elisp data-structure library `radix-tree'. 444** New Elisp data-structure library 'radix-tree'.
445 445
446 446
447* Incompatible Lisp Changes in Emacs 25.2 447* Incompatible Lisp Changes in Emacs 25.2
@@ -478,9 +478,9 @@ function 'check-declare-errmsg' has been removed.
478** New function undo-amalgamate-change-group to get rid of undo-boundaries 478** New function undo-amalgamate-change-group to get rid of undo-boundaries
479between two states. 479between two states.
480 480
481** New var `definition-prefixes' is a hashtable mapping prefixes to the 481** New var 'definition-prefixes' is a hashtable mapping prefixes to the
482files where corresponding definitions can be found. This can be used 482files where corresponding definitions can be found. This can be used
483to fetch definitions that are not yet loaded, for example for `C-h f'. 483to fetch definitions that are not yet loaded, for example for 'C-h f'.
484 484
485** New var syntax-ppss-table to control the syntax-table used in syntax-ppss. 485** New var syntax-ppss-table to control the syntax-table used in syntax-ppss.
486 486
@@ -580,11 +580,11 @@ ABBR is a time zone abbreviation. The affected functions are
580*** New basic face 'fixed-pitch-serif', for a fixed-width font with serifs. 580*** New basic face 'fixed-pitch-serif', for a fixed-width font with serifs.
581The Info-quoted and tex-verbatim faces now default to inheriting from it. 581The Info-quoted and tex-verbatim faces now default to inheriting from it.
582 582
583** New built-in function `mapcan' which avoids unnecessary consing (and garbage 583** New built-in function 'mapcan' which avoids unnecessary consing (and garbage
584collection). 584collection).
585 585
586+++ 586+++
587** The new functions `make-nearby-temp-file' and `temporary-file-directory' 587** The new functions 'make-nearby-temp-file' and 'temporary-file-directory'
588can be used for creation of temporary files of remote or mounted directories. 588can be used for creation of temporary files of remote or mounted directories.
589 589
590 590