From: Jim Porter Date: Fri, 26 Jan 2024 04:54:48 +0000 (-0800) Subject: ; * etc/NEWS: Fix thinko in Eshell entry. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=30726be2d984b7c955b1b30dddf5cc48ea826994;p=emacs.git ; * etc/NEWS: Fix thinko in Eshell entry. (cherry picked from commit f897b82ab16ac92e7fd800f75b00e55762b0df31) --- diff --git a/etc/NEWS b/etc/NEWS index dcab936266f..0a0c333f105 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -637,9 +637,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.