]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix thinko in Eshell entry.
authorJim Porter <jporterbugs@gmail.com>
Fri, 26 Jan 2024 04:54:48 +0000 (20:54 -0800)
committerEshel Yaron <me@eshelyaron.com>
Fri, 26 Jan 2024 11:23:43 +0000 (12:23 +0100)
(cherry picked from commit f897b82ab16ac92e7fd800f75b00e55762b0df31)

etc/NEWS

index dcab936266f10456012112d59543ddf0a7b31a29..0a0c333f105593684f6ccbe5beb1218978ebb17c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -637,9 +637,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.