branch: elpa/powershell
commit 78c942ed168aaa6946a70f687936aec83e040668
Author: Joe Schafer <[email protected]>
Commit: Joe Schafer <[email protected]>
Fix spelling and line wraps.
---
powershell.el | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/powershell.el b/powershell.el
index f442157b662..80cd6768eee 100644
--- a/powershell.el
+++ b/powershell.el
@@ -288,14 +288,16 @@ The function gets defined in powershell upon powershell
startup."
(defun powershell (&optional buffer prompt-string)
- "Run an inferior PowerShell, with I/O through tne named
+ "Run an inferior PowerShell, with I/O through the named
BUFFER (which defaults to `*PowerShell*').
Interactively, a prefix arg means to prompt for BUFFER.
-If BUFFER exists but the shell process is not running, it makes a new shell.
+If BUFFER exists but the shell process is not running, it makes a
+new shell.
-If BUFFER exists and the shell process is running, just switch to BUFFER.
+If BUFFER exists and the shell process is running, just switch to
+BUFFER.
If PROMPT-STRING is non-nil, sets the prompt to the given value.