]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: New user option 'shell-has-auto-cd'.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 9 Jun 2021 11:01:09 +0000 (13:01 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 9 Jun 2021 11:01:09 +0000 (13:01 +0200)
etc/NEWS

index 3dca94f97b56f6d9a03cb750cccd8261f628d193..3075fa0cd4e4df14bddc2ff3c8d4fe8f1e6d06ef 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -892,7 +892,7 @@ instead of sets, the process mark.
 
 +++
 *** New user option 'gnus-process-mark-toggle'.
-If non-nil (the default), the `#' command in the Group and Summary
+If non-nil (the default), the '#' command in the Group and Summary
 buffers will toggle, instead of set, the process mark.
 
 
@@ -1319,6 +1319,12 @@ it when producing a doc string.
 This is bound to 'C-x n d' in 'shell-mode' buffers, and narrows to the
 command line under point (and any following output).
 
+---
+*** New user option 'shell-has-auto-cd'.
+If non-nil, 'shell-mode' handles implicit "cd" commands, changing the
+directory if the command is a directory.  Useful for shells like "zsh"
+that has this feature.
+
 ** Eshell
 
 ---