aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2023-08-16 20:12:42 +0200
committerMichael Albinus2023-08-16 20:12:42 +0200
commitebe8871794d91606bc8429dca26825fae111d2c0 (patch)
treec6092ebaed83bad45ccb6ce41b1449f5a1cbff24
parentf09126bd903a5fa1658c1555402b6785692dac22 (diff)
downloademacs-ebe8871794d91606bc8429dca26825fae111d2c0.tar.gz
emacs-ebe8871794d91606bc8429dca26825fae111d2c0.zip
; * etc/NEWS: Fix typos.
-rw-r--r--etc/NEWS23
1 files changed, 11 insertions, 12 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 010d59401ff..808b5996729 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -70,9 +70,9 @@ example, as part of preview for iconified frames.
70 70
71--- 71---
72** New user option 'menu-bar-close-window'. 72** New user option 'menu-bar-close-window'.
73When non-nil, selecting Close from the File menu or clicking Close in 73When non-nil, selecting "Close" from the "File" menu or clicking
74the tool bar will result in the current window being closed, if 74"Close" in the tool bar will result in the current window being
75possible. 75closed, if possible.
76 76
77+++ 77+++
78** 'write-region-inhibit-fsync' now defaults to t in interactive mode, 78** 'write-region-inhibit-fsync' now defaults to t in interactive mode,
@@ -297,9 +297,8 @@ using this new option. (Or set 'display-buffer-alist' directly.)
297 297
298+++ 298+++
299*** New builtin Eshell command 'compile'. 299*** New builtin Eshell command 'compile'.
300
301This command runs another command, sending its output to a compilation 300This command runs another command, sending its output to a compilation
302buffer when the command would output interatively. This can be useful 301buffer when the command would output interactively. This can be useful
303when defining aliases so that they produce a compilation buffer when 302when defining aliases so that they produce a compilation buffer when
304appropriate, but still allow piping the output elsewhere if desired. 303appropriate, but still allow piping the output elsewhere if desired.
305For more information, see the "(eshell) Built-ins" node in the Eshell 304For more information, see the "(eshell) Built-ins" node in the Eshell
@@ -656,12 +655,12 @@ of the accessibility of remote files can now time out if
656** Notifications 655** Notifications
657 656
658+++ 657+++
659*** Allow to use Icon Naming Specification for app-icon 658*** Allow to use Icon Naming Specification for ':app-icon'.
660You can use a symbol as the value for ':app-icon' to provide icon name 659You can use a symbol as the value for ':app-icon' to provide icon name
661without specifying a file, like this: 660without specifying a file, like this:
662 661
663 (notifications-notify 662 (notifications-notify
664 :title "I am playing music" :app-icon 'multimedia-player) 663 :title "I am playing music" :app-icon 'multimedia-player)
665 664
666** Image Dired 665** Image Dired
667 666
@@ -774,15 +773,15 @@ The compatibility aliases 'x-defined-colors', 'x-color-defined-p',
774'x-color-values', and 'x-display-color-p' are now obsolete. 773'x-color-values', and 'x-display-color-p' are now obsolete.
775 774
776+++ 775+++
777** 'easy-mmode-define-{minor-mode,global-mode}' aliases are now obsolete. 776** 'easy-mmode-define-{minor,global}-mode' aliases are now obsolete.
778Use 'define-minor-mode' and 'define-globalized-minor-mode' instead. 777Use 'define-minor-mode' and 'define-globalized-minor-mode' instead.
779 778
780 779
781* Lisp Changes in Emacs 30.1 780* Lisp Changes in Emacs 30.1
782 781
783** 'defadvice' is marked as obsolete. 782** 'defadvice' is marked as obsolete.
784See (info "(elisp)Porting Old Advice") for help converting them 783See the "(elisp) Porting Old Advice" node for help converting them
785to use `advice-add` or `define-advice instead. 784to use 'advice-add' or 'define-advice' instead.
786 785
787+++ 786+++
788** New value 'if-regular' for the REPLACE argument to 'insert-file-contents'. 787** New value 'if-regular' for the REPLACE argument to 'insert-file-contents'.
@@ -793,7 +792,7 @@ rather than signaling an error.
793+++ 792+++
794** New variable 'current-key-remap-sequence'. 793** New variable 'current-key-remap-sequence'.
795It is bound to the key sequence that caused a call to a function bound 794It is bound to the key sequence that caused a call to a function bound
796within `function-key-map' or `input-decode-map' around those calls. 795within 'function-key-map' or 'input-decode-map' around those calls.
797 796
798+++ 797+++
799** New variables describing the names of built in programs. 798** New variables describing the names of built in programs.