From: Jim Porter Date: Fri, 26 Jan 2024 04:54:48 +0000 (-0800) Subject: ; * etc/NEWS: Fix thinko in Eshell entry. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~2818 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f897b82ab16ac92e7fd800f75b00e55762b0df31;p=emacs.git ; * etc/NEWS: Fix thinko in Eshell entry. --- diff --git a/etc/NEWS b/etc/NEWS index a1874313502..0d7d7d5ab60 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -660,9 +660,10 @@ manual. *** New special reference type '#'. 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.