]> code.delx.au - gnu-emacs-elpa/commitdiff
cpoptoshell - Clarify start-shell-in-buffer and pop-to-buffer behavior.
authorKen Manheimer <ken.manheimer@gmail.com>
Fri, 1 Jan 2016 18:25:21 +0000 (13:25 -0500)
committerKen Manheimer <ken.manheimer@gmail.com>
Fri, 1 Jan 2016 18:25:21 +0000 (13:25 -0500)
poptoshell.el

index 39d741a0d8f6294bc85f0cd7742573b1f47e266a..659b0686353af762a9c30e318cc3ccbaa5fb6329 100644 (file)
@@ -57,9 +57,12 @@ Emacs tramp syntax to launch a remote shell.
  - If not in a shell buffer (or with universal argument), go to a
    window that is already showing the (a) shell buffer, if any.
 
+   We use `pop-up-windows', so you can adjust/customize that
+   to control the other-buffer/same-buffer behavior.
+
    In this case, the cursor is left in its prior position in the
-   shell buffer. (Repeating the command will then go to the
-   process input point, by the previous behavior.)
+   shell buffer. Repeating the command will then go to the
+   process input point, per the first item in this list.
 
  - Otherwise, start a new shell buffer, using the current
    directory as the working directory..