diff options
| author | Paul Eggert | 2016-11-04 15:07:01 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-11-04 15:07:13 -0700 |
| commit | a59f4bb5b8f1e702901d166ce44c4dcddc262b62 (patch) | |
| tree | ca8433ca69a6d86cd0881c368ca3044700d57e15 /etc | |
| parent | ae0a1a890ec7b885e85cd945a21ca42fed80df3d (diff) | |
| download | emacs-a59f4bb5b8f1e702901d166ce44c4dcddc262b62.tar.gz emacs-a59f4bb5b8f1e702901d166ce44c4dcddc262b62.zip | |
; Spelling fixes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 13 |
1 files changed, 7 insertions, 6 deletions
| @@ -87,7 +87,7 @@ the output buffer is not erased; this variable also controls where | |||
| 87 | to set the point in the output buffer: beginning of the output, | 87 | to set the point in the output buffer: beginning of the output, |
| 88 | end of the buffer or save the point. | 88 | end of the buffer or save the point. |
| 89 | When 'shell-command-dont-erase-buffer' is nil, the default value, | 89 | When 'shell-command-dont-erase-buffer' is nil, the default value, |
| 90 | the behaviour of 'shell-command', 'shell-command-on-region' and | 90 | the behavior of 'shell-command', 'shell-command-on-region' and |
| 91 | 'async-shell-command' is as usual. | 91 | 'async-shell-command' is as usual. |
| 92 | 92 | ||
| 93 | +++ | 93 | +++ |
| @@ -234,7 +234,7 @@ all call stack frames in a Lisp backtrace buffer as lists. Both | |||
| 234 | debug.el and edebug.el have been updated to heed to this variable. | 234 | debug.el and edebug.el have been updated to heed to this variable. |
| 235 | 235 | ||
| 236 | +++ | 236 | +++ |
| 237 | ** The new variable `x-ctrl-keysym` has been added to the existing | 237 | ** The new variable 'x-ctrl-keysym' has been added to the existing |
| 238 | roster of X keysyms. It can be used in combination with another | 238 | roster of X keysyms. It can be used in combination with another |
| 239 | variable of this kind to swap modifiers in Emacs. | 239 | variable of this kind to swap modifiers in Emacs. |
| 240 | 240 | ||
| @@ -372,7 +372,7 @@ also available in 'image-mode'. | |||
| 372 | 372 | ||
| 373 | +++ | 373 | +++ |
| 374 | *** A new library for creating and manipulating SVG images has been | 374 | *** A new library for creating and manipulating SVG images has been |
| 375 | added. See the "SVG Images" section in the lispref manual for | 375 | added. See the "SVG Images" section in the Lisp reference manual for |
| 376 | details. | 376 | details. |
| 377 | 377 | ||
| 378 | +++ | 378 | +++ |
| @@ -543,9 +543,10 @@ function 'check-declare-errmsg' has been removed. | |||
| 543 | ** New function 'undo-amalgamate-change-group' to get rid of | 543 | ** New function 'undo-amalgamate-change-group' to get rid of |
| 544 | undo-boundaries between two states. | 544 | undo-boundaries between two states. |
| 545 | 545 | ||
| 546 | ** New var 'definition-prefixes' is a hashtable mapping prefixes to the | 546 | ** New var 'definition-prefixes' is a hash table mapping prefixes to |
| 547 | files where corresponding definitions can be found. This can be used | 547 | the files where corresponding definitions can be found. This can be |
| 548 | to fetch definitions that are not yet loaded, for example for 'C-h f'. | 548 | used to fetch definitions that are not yet loaded, for example for |
| 549 | 'C-h f'. | ||
| 549 | 550 | ||
| 550 | ** New var 'syntax-ppss-table' to control the syntax-table used in | 551 | ** New var 'syntax-ppss-table' to control the syntax-table used in |
| 551 | 'syntax-ppss'. | 552 | 'syntax-ppss'. |