diff options
| author | Paul Eggert | 2016-08-30 20:54:05 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-08-30 20:54:42 -0700 |
| commit | 1393a4d22c4f69fa4cc2f02b70431c28e3c45046 (patch) | |
| tree | ae3bd9a53544a7e8206c584f3540a570eb9f717d /etc | |
| parent | f24011b4d17da2b39b180fb091d2e6b83aee0d57 (diff) | |
| download | emacs-1393a4d22c4f69fa4cc2f02b70431c28e3c45046.tar.gz emacs-1393a4d22c4f69fa4cc2f02b70431c28e3c45046.zip | |
; Spelling and quotation fixes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 22 |
1 files changed, 11 insertions, 11 deletions
| @@ -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 |
| 60 | inferior shell with the buffer region as input. | 60 | inferior 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 |
| 244 | whose content matches a regexp; bound to '% g'. | 244 | whose 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. | |||
| 373 | Drive onsite repositories. | 373 | Drive onsite repositories. |
| 374 | 374 | ||
| 375 | +++ | 375 | +++ |
| 376 | Setting the "ENV" environment variable in `tramp-remote-process-environment' | 376 | Setting the "ENV" environment variable in 'tramp-remote-process-environment' |
| 377 | enables reading of shell initialization files. | 377 | enables 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 |
| 479 | between two states. | 479 | between 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 |
| 482 | files where corresponding definitions can be found. This can be used | 482 | files where corresponding definitions can be found. This can be used |
| 483 | to fetch definitions that are not yet loaded, for example for `C-h f'. | 483 | to 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. |
| 581 | The Info-quoted and tex-verbatim faces now default to inheriting from it. | 581 | The 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 |
| 584 | collection). | 584 | collection). |
| 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' |
| 588 | can be used for creation of temporary files of remote or mounted directories. | 588 | can be used for creation of temporary files of remote or mounted directories. |
| 589 | 589 | ||
| 590 | 590 | ||