From: Eli Zaretskii Date: Sat, 23 Jul 2022 10:46:06 +0000 (+0300) Subject: ; * etc/NEWS: Fix wording and punctuation of 'comint-delete-old-input'. X-Git-Tag: emacs-29.0.90~1447^2~780 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9171fa09332df615832240e98c247638019c0211;p=emacs.git ; * etc/NEWS: Fix wording and punctuation of 'comint-delete-old-input'. --- diff --git a/etc/NEWS b/etc/NEWS index 5b2e27ec25f..412a93bbf99 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1004,9 +1004,10 @@ The user option 'comint-terminfo-terminal' and the variable change the terminal used on a remote host. --- -*** New user option 'comint-delete-old-input' -When set to nil, this prevents comint from deleting the current input -when inserting previous input using ''. +*** New user option 'comint-delete-old-input'. +When nil, this prevents comint from deleting the current input when +inserting previous input using ''. The default is t, to +preserve past behavior. ** Mwheel