aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2016-11-04 15:07:01 -0700
committerPaul Eggert2016-11-04 15:07:13 -0700
commita59f4bb5b8f1e702901d166ce44c4dcddc262b62 (patch)
treeca8433ca69a6d86cd0881c368ca3044700d57e15 /etc
parentae0a1a890ec7b885e85cd945a21ca42fed80df3d (diff)
downloademacs-a59f4bb5b8f1e702901d166ce44c4dcddc262b62.tar.gz
emacs-a59f4bb5b8f1e702901d166ce44c4dcddc262b62.zip
; Spelling fixes
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS13
1 files changed, 7 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f34ee2d5799..4bf5332fcc3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -87,7 +87,7 @@ the output buffer is not erased; this variable also controls where
87to set the point in the output buffer: beginning of the output, 87to set the point in the output buffer: beginning of the output,
88end of the buffer or save the point. 88end of the buffer or save the point.
89When 'shell-command-dont-erase-buffer' is nil, the default value, 89When 'shell-command-dont-erase-buffer' is nil, the default value,
90the behaviour of 'shell-command', 'shell-command-on-region' and 90the 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
234debug.el and edebug.el have been updated to heed to this variable. 234debug.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
238roster of X keysyms. It can be used in combination with another 238roster of X keysyms. It can be used in combination with another
239variable of this kind to swap modifiers in Emacs. 239variable 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
375added. See the "SVG Images" section in the lispref manual for 375added. See the "SVG Images" section in the Lisp reference manual for
376details. 376details.
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
544undo-boundaries between two states. 544undo-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
547files where corresponding definitions can be found. This can be used 547the files where corresponding definitions can be found. This can be
548to fetch definitions that are not yet loaded, for example for 'C-h f'. 548used 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'.