[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 0eb0987 1/8: multishell - refine some docstring bumpiness
From: |
ken manheimer |
Subject: |
[elpa] master 0eb0987 1/8: multishell - refine some docstring bumpiness |
Date: |
Fri, 29 Jan 2016 06:41:22 +0000 |
branch: master
commit 0eb0987af5bbceb2c9f7a04f640c46b2f42b751d
Author: Ken Manheimer <address@hidden>
Commit: Ken Manheimer <address@hidden>
multishell - refine some docstring bumpiness
---
multishell.el | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/multishell.el b/multishell.el
index dc20308..f4cfb9f 100644
--- a/multishell.el
+++ b/multishell.el
@@ -337,14 +337,14 @@ For example:
buffer will be named \"*interior*\". You could append a sudo
hop to the path, combining the previous example, and so on.
-Thanks to tramp, file visits from the shell, and many common
-emacs activities, like dired, will seamlessly be in the auspices
-of the target account, and relative to the current directory, on
-the host where the shell is running.
+File visits from the shell, and many common emacs activities like
+dired, will be on the host where the shell is running, in the
+auspices of the target account, and relative to the current
+directory.
You can change the startup path for a shell buffer by editing it
-at the completion prompt. The new path will be preserved in
-history but will not take effect for an already-running shell.
+at the completion prompt. The new path will not take effect for
+an already-running shell.
To remove a shell buffer's history entry, kill the buffer and
affirm removal of the entry when prompted.
- [elpa] master updated (a136ff8 -> ef022b1), ken manheimer, 2016/01/29
- [elpa] master 0eb0987 1/8: multishell - refine some docstring bumpiness,
ken manheimer <=
- [elpa] master f01cf3f 3/8: multishell-start-shell-in-buffer - consolidate conditions better, ken manheimer, 2016/01/29
- [elpa] master 77c698c 6/8: multishell - add pending 1.0.9 changes, revise TODO/known issues, ken manheimer, 2016/01/29
- [elpa] master 57f56f2 2/8: multishell - don't skip cd when restarting local shells; note new starts, ken manheimer, 2016/01/29
- [elpa] master 8cea630 4/8: multishell - don't inhibit buffer names from completions., ken manheimer, 2016/01/29
- [elpa] master 81c9e3e 5/8: multishell - add paths to shells started without one, when dir tracking, ken manheimer, 2016/01/29
- [elpa] master 6e308f9 7/8: multishell - include active shell buffers names along with history entries., ken manheimer, 2016/01/29
- [elpa] master ef022b1 8/8: multishell - merge latest updates, ken manheimer, 2016/01/29