diff options
| author | Michael Albinus | 2022-12-09 15:51:48 +0100 |
|---|---|---|
| committer | Michael Albinus | 2022-12-09 15:51:48 +0100 |
| commit | b36bc6926715de72bc84303c95772c06c29b33db (patch) | |
| tree | 92c55351f5a6455f423fc9d20d509e0c4abdbb68 | |
| parent | f626b9f385686affd174f267713b9dfafdea9e08 (diff) | |
| download | emacs-b36bc6926715de72bc84303c95772c06c29b33db.tar.gz emacs-b36bc6926715de72bc84303c95772c06c29b33db.zip | |
; * etc/NEWS: Fix typos.
| -rw-r--r-- | etc/NEWS | 18 |
1 files changed, 9 insertions, 9 deletions
| @@ -2002,14 +2002,14 @@ After Emacs 29.1, some aspects of EUDC will be deprecated. The goal | |||
| 2002 | of these deprecations is to simplify EUDC server configuration by | 2002 | of these deprecations is to simplify EUDC server configuration by |
| 2003 | making 'eudc-server-hotlist' the only place to add servers. There | 2003 | making 'eudc-server-hotlist' the only place to add servers. There |
| 2004 | will not be a need to set the server using the 'eudc-set-server' | 2004 | will not be a need to set the server using the 'eudc-set-server' |
| 2005 | function. Instead, the 'eudc-server-hotlist' variable should be | 2005 | command. Instead, the 'eudc-server-hotlist' user option should be |
| 2006 | customized to have an entry for the server. The plan is to obsolete | 2006 | customized to have an entry for the server. The plan is to obsolete |
| 2007 | the 'eudc-hotlist' editor since Customize is sufficient for changing | 2007 | the 'eudc-hotlist' package since Customize is sufficient for changing |
| 2008 | 'eudc-server-hotlist'. How the 'eudc-server' variable works in this | 2008 | 'eudc-server-hotlist'. How the 'eudc-server' user option works in this |
| 2009 | context is to-be-determined; it can't be removed, because that would | 2009 | context is to-be-determined; it can't be removed, because that would |
| 2010 | break compatibility, but it may become synchronized with | 2010 | break compatibility, but it may become synchronized with |
| 2011 | 'eudc-server-hotlist' so that 'eudc-server' is always equal to (first | 2011 | 'eudc-server-hotlist' so that 'eudc-server' is always equal to '(car |
| 2012 | eudc-server-hotlist). The first entry in 'eudc-server-hotlist' is the | 2012 | eudc-server-hotlist)'. The first entry in 'eudc-server-hotlist' is the |
| 2013 | first server tried by 'eudc-expand-try-all'. The hotlist | 2013 | first server tried by 'eudc-expand-try-all'. The hotlist |
| 2014 | simplification will allow 'eudc-query-form' to show a drop down of | 2014 | simplification will allow 'eudc-query-form' to show a drop down of |
| 2015 | possible servers, instead of requiring a call to 'eudc-set-server' | 2015 | possible servers, instead of requiring a call to 'eudc-set-server' |
| @@ -2967,7 +2967,7 @@ Protocol (LSP). | |||
| 2967 | use-package is shipped with Emacs. It provides the 'use-package' | 2967 | use-package is shipped with Emacs. It provides the 'use-package' |
| 2968 | macro, which allows you to isolate package configuration in your init | 2968 | macro, which allows you to isolate package configuration in your init |
| 2969 | file in a way that is declarative, tidy, and performance-oriented. | 2969 | file in a way that is declarative, tidy, and performance-oriented. |
| 2970 | See the new Info manual 'use-package' for more. | 2970 | See the new Info manual "(use-package) Top" for more. |
| 2971 | 2971 | ||
| 2972 | +++ | 2972 | +++ |
| 2973 | ** New commands 'image-crop' and 'image-cut'. | 2973 | ** New commands 'image-crop' and 'image-cut'. |
| @@ -3017,13 +3017,13 @@ when visiting JSON files. | |||
| 3017 | A major mode based on the tree-sitter library for editing programs | 3017 | A major mode based on the tree-sitter library for editing programs |
| 3018 | in the TypeScript language. It includes support for font-locking, | 3018 | in the TypeScript language. It includes support for font-locking, |
| 3019 | indentation, and navigation. This mode will be auto-enabled for | 3019 | indentation, and navigation. This mode will be auto-enabled for |
| 3020 | files with the '.ts' extension. | 3020 | files with the ".ts" extension. |
| 3021 | 3021 | ||
| 3022 | ** New major mode 'tsx-ts-mode'. | 3022 | ** New major mode 'tsx-ts-mode'. |
| 3023 | A major mode based on the tree-sitter library for editing programs | 3023 | A major mode based on the tree-sitter library for editing programs |
| 3024 | in the TypeScript language, with support for TSX. It includes | 3024 | in the TypeScript language, with support for TSX. It includes |
| 3025 | support for font-locking, indentation, and navigation. This mode | 3025 | support for font-locking, indentation, and navigation. This mode |
| 3026 | will be auto-enabled for files with the '.tsx' extension. | 3026 | will be auto-enabled for files with the ".tsx" extension. |
| 3027 | 3027 | ||
| 3028 | ** New major mode 'c-ts-mode'. | 3028 | ** New major mode 'c-ts-mode'. |
| 3029 | A major mode based on the tree-sitter library for editing programs | 3029 | A major mode based on the tree-sitter library for editing programs |
| @@ -4418,7 +4418,7 @@ variable for compatibility but its limiting powers have been taken away. | |||
| 4418 | This function returns a completion table designed to ease | 4418 | This function returns a completion table designed to ease |
| 4419 | communication between Emacs's completion facilities and external tools | 4419 | communication between Emacs's completion facilities and external tools |
| 4420 | offering completion services, particularly tools whose full working | 4420 | offering completion services, particularly tools whose full working |
| 4421 | set is too big to transfer to Emacs's every time a completion is | 4421 | set is too big to transfer to Emacs every time a completion is |
| 4422 | needed. The table uses new 'external' completion style exclusively | 4422 | needed. The table uses new 'external' completion style exclusively |
| 4423 | and cannot work with regular styles such as 'basic' or 'flex'. | 4423 | and cannot work with regular styles such as 'basic' or 'flex'. |
| 4424 | 4424 | ||