emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 5f0ef3c9d8: ; * lisp/dirtrack.el: Improve commentary.


From: Stefan Kangas
Subject: master 5f0ef3c9d8: ; * lisp/dirtrack.el: Improve commentary.
Date: Tue, 12 Jul 2022 12:45:15 -0400 (EDT)

branch: master
commit 5f0ef3c9d8b564d277bd78e05b688994658a4073
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; * lisp/dirtrack.el: Improve commentary.
---
 lisp/dirtrack.el | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/lisp/dirtrack.el b/lisp/dirtrack.el
index da60840f8b..080c02294e 100644
--- a/lisp/dirtrack.el
+++ b/lisp/dirtrack.el
@@ -30,9 +30,8 @@
 ;; that you can customize your shell's prompt to contain the
 ;; current working directory.  Most shells do support this, including
 ;; almost every type of Bourne and C shell on Unix, the native shells on
-;; Windows95 (COMMAND.COM) and Windows NT (CMD.EXE), and most 3rd party
-;; Windows shells.  If you cannot do this, or do not wish to, this package
-;; will be useless to you.
+;; Windows, and most 3rd party Windows shells.  If you cannot do this, or
+;; do not wish to, this package will be useless to you.
 ;;
 ;; Installation:
 ;;
@@ -92,7 +91,7 @@
 ;; A final note:
 ;;
 ;;   I run LOTS of shell buffers through Emacs, sometimes as different users
-;;   (eg, when logged in as myself, I'll run a root shell in the same Emacs).
+;;   (e.g., when logged in as myself, I'll run a root shell in the same Emacs).
 ;;   If you do this, and the shell prompt contains a ~, Emacs will interpret
 ;;   this relative to the user which owns the Emacs process, not the user
 ;;   who owns the shell buffer.  This may cause dirtrack to behave strangely
@@ -100,9 +99,9 @@
 ;;   with a ~ in it).
 ;;
 ;;   The same behavior can occur if you use dirtrack with remote filesystems
-;;   (using telnet, rlogin, etc) as Emacs will be checking the local
-;;   filesystem, not the remote one.  This problem is not specific to dirtrack,
-;;   but also affects file completion, etc.
+;;   (using telnet, etc.) as Emacs will be checking the local filesystem, not
+;;   the remote one.  This problem is not specific to dirtrack, but also
+;;   affects file completion, etc.
 
 ;;; Code:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]