diff options
| author | Michael Albinus | 2023-08-16 20:12:42 +0200 |
|---|---|---|
| committer | Michael Albinus | 2023-08-16 20:12:42 +0200 |
| commit | ebe8871794d91606bc8429dca26825fae111d2c0 (patch) | |
| tree | c6092ebaed83bad45ccb6ce41b1449f5a1cbff24 | |
| parent | f09126bd903a5fa1658c1555402b6785692dac22 (diff) | |
| download | emacs-ebe8871794d91606bc8429dca26825fae111d2c0.tar.gz emacs-ebe8871794d91606bc8429dca26825fae111d2c0.zip | |
; * etc/NEWS: Fix typos.
| -rw-r--r-- | etc/NEWS | 23 |
1 files changed, 11 insertions, 12 deletions
| @@ -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'. |
| 73 | When non-nil, selecting Close from the File menu or clicking Close in | 73 | When non-nil, selecting "Close" from the "File" menu or clicking |
| 74 | the tool bar will result in the current window being closed, if | 74 | "Close" in the tool bar will result in the current window being |
| 75 | possible. | 75 | closed, 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 | |||
| 301 | This command runs another command, sending its output to a compilation | 300 | This command runs another command, sending its output to a compilation |
| 302 | buffer when the command would output interatively. This can be useful | 301 | buffer when the command would output interactively. This can be useful |
| 303 | when defining aliases so that they produce a compilation buffer when | 302 | when defining aliases so that they produce a compilation buffer when |
| 304 | appropriate, but still allow piping the output elsewhere if desired. | 303 | appropriate, but still allow piping the output elsewhere if desired. |
| 305 | For more information, see the "(eshell) Built-ins" node in the Eshell | 304 | For 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'. |
| 660 | You can use a symbol as the value for ':app-icon' to provide icon name | 659 | You can use a symbol as the value for ':app-icon' to provide icon name |
| 661 | without specifying a file, like this: | 660 | without 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. |
| 778 | Use 'define-minor-mode' and 'define-globalized-minor-mode' instead. | 777 | Use '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. |
| 784 | See (info "(elisp)Porting Old Advice") for help converting them | 783 | See the "(elisp) Porting Old Advice" node for help converting them |
| 785 | to use `advice-add` or `define-advice instead. | 784 | to 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'. |
| 795 | It is bound to the key sequence that caused a call to a function bound | 794 | It is bound to the key sequence that caused a call to a function bound |
| 796 | within `function-key-map' or `input-decode-map' around those calls. | 795 | within '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. |