; * etc/NEWS: Fix thinko in Eshell entry.
authorJim Porter <jporterbugs@gmail.com>
Fri, 26 Jan 2024 04:54:48 +0000 (20:54 -0800)
committerJim Porter <jporterbugs@gmail.com>
Fri, 26 Jan 2024 05:05:02 +0000 (21:05 -0800)
etc/NEWS

index a1874313502433430153f25732326442b71d09fc..0d7d7d5ab6066870a1166e98b9c81fa7cb7b32c4 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.