; * etc/NEWS: Fix thinko in Eshell entry.

This commit is contained in:
Jim Porter 2024-01-25 20:54:48 -08:00
parent 16831e290e
commit f897b82ab1

View file

@ -660,9 +660,10 @@ manual.
*** New special reference type '#<marker POSITION BUFFER>'.
This special reference type returns a marker at 'POSITION' in
'BUFFER'. You can insert it by typing or using the new interactive
command 'eshell-insert-marker'. You can also insert markers of any
type with the new command 'eshell-insert-special-reference'. See the
"(eshell) Arguments" node in the Eshell manual for more details.
command 'eshell-insert-marker'. You can also insert special
references of any type using the new interactive command
'eshell-insert-special-reference'. See the "(eshell) Arguments" node
in the Eshell manual for more details.
+++
*** New splice operator for Eshell dollar expansions.