; * etc/NEWS: Fix typos.
This commit is contained in:
parent
83afcf285b
commit
1fdd720b6b
1 changed files with 18 additions and 18 deletions
36
etc/NEWS
36
etc/NEWS
|
@ -53,7 +53,7 @@ trash when deleting. Default is nil.
|
|||
|
||||
* Editing Changes in Emacs 30.1
|
||||
|
||||
** New command 'kill-matching-buffers-no-ask'
|
||||
** New command 'kill-matching-buffers-no-ask'.
|
||||
Kills buffers whose name matches a regexp without asking for
|
||||
confirmation.
|
||||
|
||||
|
@ -63,11 +63,11 @@ Emacs now can set this variable to customize the behavior of the
|
|||
|
||||
** New function 'transpose-sexps-default-function'.
|
||||
The previous implementation is moved into its own function, to be
|
||||
bound by transpose-sexps-function'.
|
||||
bound by 'transpose-sexps-function'.
|
||||
|
||||
** New function 'treesit-transpose-sexps'.
|
||||
treesit.el now unconditionally sets 'transpose-sexps-function' for all
|
||||
Tree-sitter modes. This functionality utilizes the new
|
||||
Tree-sitter now unconditionally sets 'transpose-sexps-function' for all
|
||||
tree-sitter enabled modes. This functionality utilizes the new
|
||||
'transpose-sexps-function'.
|
||||
|
||||
** Commands and variables to move by program statements
|
||||
|
@ -80,20 +80,20 @@ Major modes can now set this variable to customize the behavior of the
|
|||
The previous implementation of 'forward-sentence' is moved into its
|
||||
own function, to be bound by 'forward-sentence-function'.
|
||||
|
||||
*** New defvar-local 'treesit-sentence-type-regexp.
|
||||
*** New buffer-local variable 'treesit-sentence-type-regexp'.
|
||||
Similarly to 'treesit-defun-type-regexp', this variable is used to
|
||||
define "sentences" in Tree-sitter enabled modes.
|
||||
define "sentences" in tree-sitter enabled modes.
|
||||
|
||||
*** New function 'treesit-forward-sentence'.
|
||||
All tree-sitter modes that define 'treesit-sentence-type-regexp' now
|
||||
set 'forward-sentence-function' to call 'treesit-forward-sentence'.
|
||||
All tree-sitter enabled modes that define 'treesit-sentence-type-regexp'
|
||||
now set 'forward-sentence-function' to call 'treesit-forward-sentence'.
|
||||
|
||||
*** New defvar-local 'treesit-sexp-type-regexp'.
|
||||
*** New buffer-local variable 'treesit-sexp-type-regexp'.
|
||||
Similarly to 'treesit-defun-type-regexp', this variable is used to
|
||||
define "sexps" in Tree-sitter enabled modes.
|
||||
define "sexps" in tree-sitter enabled modes.
|
||||
|
||||
*** New function 'treesit-forward-sexp'.
|
||||
treesit.el conditionally sets 'forward-sexp-function` for major modes
|
||||
Tree-sitter conditionally sets 'forward-sexp-function' for major modes
|
||||
that have defined 'treesit-sexp-type-regexp' to enable sexp-related
|
||||
motion commands.
|
||||
|
||||
|
@ -142,10 +142,10 @@ manual.
|
|||
|
||||
---
|
||||
*** Eshell now uses 'field' properties in its output.
|
||||
In particular, this means that pressing the <home> key moves the point
|
||||
to the beginning of your input, not the beginning of the whole line.
|
||||
If you want to go back to the old behavior, add something like this to
|
||||
your configuration:
|
||||
In particular, this means that pressing the '<home>' key moves the
|
||||
point to the beginning of your input, not the beginning of the whole
|
||||
line. If you want to go back to the old behavior, add something like
|
||||
this to your configuration:
|
||||
|
||||
(keymap-set eshell-mode-map "<home>" #'eshell-bol-ignoring-prompt)
|
||||
|
||||
|
@ -167,14 +167,14 @@ point is not in a comment or a string. It is by default bound to
|
|||
|
||||
+++
|
||||
*** New connection method "toolbox".
|
||||
This allow accessing system containers provided by Toolbox.
|
||||
This allows accessing system containers provided by Toolbox.
|
||||
|
||||
** EWW
|
||||
|
||||
+++
|
||||
*** 'eww-open-file' can now display the file in a new buffer.
|
||||
By default, the command reuses the '*eww*' buffer, but if called with
|
||||
the new argument non-nil, it will use a new buffer instead.
|
||||
By default, the command reuses the "*eww*" buffer, but if called with
|
||||
the new argument NEW-BUFFER non-nil, it will use a new buffer instead.
|
||||
Interactively, invoke 'eww-open-file' with a prefix argument to
|
||||
activate this behavior.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue