aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2010-04-25 08:34:03 +0200
committerMichael Albinus2010-04-25 08:34:03 +0200
commit3b0788f68ec9a0938dffcd9dd19894e3df84a376 (patch)
treec7d6b01852a5d69eaf7d4b0ee62c3c9b119cc7e0
parent8ed6fc47b790332a282f0b41b9220ebc186c0c4d (diff)
downloademacs-3b0788f68ec9a0938dffcd9dd19894e3df84a376.tar.gz
emacs-3b0788f68ec9a0938dffcd9dd19894e3df84a376.zip
Fix the entry about eshell's su and sudo commands. bug#6021
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 717c2a8c2b5..232b0af1d6f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -392,7 +392,7 @@ search in file buffers whose file names match the specified wildcard.
392+++ 392+++
393*** Autorevert Tail mode now works also for remote files. 393*** Autorevert Tail mode now works also for remote files.
394+++ 394+++
395*** The new built-in commands `su' and `sudo' support Tramp. 395*** The new eshell built-in commands `su' and `sudo' support Tramp.
396That means, they change `default-directory' to the new users value, 396That means, they change `default-directory' to the new users value,
397and let commands run under that user permissions. It works even when 397and let commands run under that user permissions. It works even when
398`default-directory' is already remote. Calling the external commands 398`default-directory' is already remote. Calling the external commands