summaryrefslogtreecommitdiff
path: root/lisp/progmodes/sh-script.el
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@gmail.com>2021-05-28 11:38:59 +0200
committerŠtěpán Němec <stepnem@gmail.com>2022-05-26 10:29:10 +0200
commita9f17ccce336ad5d384a6271f205a84141980019 (patch)
tree8a10a907576c08f6ce4546ee1925e9f4135b3ff6 /lisp/progmodes/sh-script.el
parent86b49d58652a8f59a3489bf15b367ec224e17ae7 (diff)
downloademacs-a9f17ccce336ad5d384a6271f205a84141980019.tar.gz
; Fix some doc typos and minor language issues
Diffstat (limited to 'lisp/progmodes/sh-script.el')
-rw-r--r--lisp/progmodes/sh-script.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index 03313033dde..966357c0970 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -1412,7 +1412,7 @@ If FORCE is non-nil and no process found, create one."
(pop-to-buffer (process-buffer (sh-shell-process t))))
(defun sh-send-text (text)
- "Send the text to the `sh-shell-process'."
+ "Send TEXT to `sh-shell-process'."
(comint-send-string (sh-shell-process t) (concat text "\n")))
(defun sh-cd-here ()