aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2018-12-22 14:07:49 +0100
committerMichael Albinus2018-12-22 14:07:49 +0100
commit36c270daaf7fadc3fd900f28edea7e7a7ca0ddab (patch)
tree2ba4dad1652081947edf1e6592570c0d032b9ca1
parent88b41c40d0ee681af66d11793bb6dd20e3c7826f (diff)
downloademacs-36c270daaf7fadc3fd900f28edea7e7a7ca0ddab.tar.gz
emacs-36c270daaf7fadc3fd900f28edea7e7a7ca0ddab.zip
; Cosmetic changes to etc/NEWS
-rw-r--r--etc/NEWS18
1 files changed, 9 insertions, 9 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 31067c3ff3e..ea3e4d566f8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -245,9 +245,9 @@ It reports the git branch from which Emacs was built.
245 245
246+++ 246+++
247** New user option 'switch-to-buffer-obey-display-actions'. 247** New user option 'switch-to-buffer-obey-display-actions'.
248When non-nil, `switch-to-buffer' uses `pop-to-buffer-same-window' that 248When non-nil, 'switch-to-buffer' uses 'pop-to-buffer-same-window' that
249respects display actions specified by `display-buffer-alist' and 249respects display actions specified by 'display-buffer-alist' and
250`display-buffer-overriding-action'. 250'display-buffer-overriding-action'.
251 251
252 252
253* Editing Changes in Emacs 27.1 253* Editing Changes in Emacs 27.1
@@ -311,8 +311,8 @@ the node "(emacs) Directory Variables" of the user manual.
311* Changes in Specialized Modes and Packages in Emacs 27.1 311* Changes in Specialized Modes and Packages in Emacs 27.1
312 312
313** map.el 313** map.el
314*** Now also understands plists 314*** Now also understands plists.
315*** Now defined via generic functions that can be extended via cl-defmethod. 315*** Now defined via generic functions that can be extended via 'cl-defmethod'.
316*** Deprecate the 'map-put' macro in favor of a new 'map-put!' function. 316*** Deprecate the 'map-put' macro in favor of a new 'map-put!' function.
317*** 'map-contains-key' now returns a boolean rather than the key. 317*** 'map-contains-key' now returns a boolean rather than the key.
318*** Deprecate the 'testfn' args of 'map-elt' and 'map-contains-key'. 318*** Deprecate the 'testfn' args of 'map-elt' and 'map-contains-key'.
@@ -343,11 +343,11 @@ displays the *Messages* buffer in the same window.
343 343
344*** Windmove also supports directional window deletion. 344*** Windmove also supports directional window deletion.
345The new command 'windmove-delete-default-keybindings' binds default 345The new command 'windmove-delete-default-keybindings' binds default
346keys with provided prefix (by default, C-x) and modifiers (by default, 346keys with provided prefix (by default, 'C-x') and modifiers (by default,
347Shift) to the commands that delete the window in the specified 347'Shift') to the commands that delete the window in the specified
348direction. For example, 'C-x S-down' deletes the window below. 348direction. For example, 'C-x S-down' deletes the window below.
349With a prefix arg 'C-u', also kills the buffer in that window. 349With a prefix arg 'C-u', also kills the buffer in that window.
350With `M-0', deletes the selected window and selects the window 350With 'M-0', deletes the selected window and selects the window
351that was in the specified direction. 351that was in the specified direction.
352 352
353** Octave mode 353** Octave mode
@@ -1149,7 +1149,7 @@ removed.
1149* Lisp Changes in Emacs 27.1 1149* Lisp Changes in Emacs 27.1
1150 1150
1151+++ 1151+++
1152** self-insert-command takes the char to insert as (optional) argument 1152** 'self-insert-command' takes the char to insert as (optional) argument.
1153 1153
1154** 'lookup-key' can take a list of keymaps as argument. 1154** 'lookup-key' can take a list of keymaps as argument.
1155 1155