summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2021-06-09 13:01:09 +0200
committerMichael Albinus <michael.albinus@gmx.de>2021-06-09 13:01:09 +0200
commita63587c546144b349122a2ec126167c2c10fc4d5 (patch)
treece683b3f7d6c7612803648948f4bfbd61f677570
parente67883bc2b99f48a3c46c3d8a00123306a62b27d (diff)
downloademacs-a63587c546144b349122a2ec126167c2c10fc4d5.tar.gz
emacs-a63587c546144b349122a2ec126167c2c10fc4d5.tar.bz2
emacs-a63587c546144b349122a2ec126167c2c10fc4d5.zip
* etc/NEWS: New user option 'shell-has-auto-cd'.
-rw-r--r--etc/NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3dca94f97b5..3075fa0cd4e 100644
--- 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
---