aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell/em-script.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/eshell/em-script.el')
-rw-r--r--lisp/eshell/em-script.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/eshell/em-script.el b/lisp/eshell/em-script.el
index 04f3a9828e2..8e65e440417 100644
--- a/lisp/eshell/em-script.el
+++ b/lisp/eshell/em-script.el
@@ -45,7 +45,7 @@ commands, as a script file."
45(defcustom eshell-login-script (expand-file-name "login" eshell-directory-name) 45(defcustom eshell-login-script (expand-file-name "login" eshell-directory-name)
46 "If non-nil, a file to invoke when starting up Eshell interactively. 46 "If non-nil, a file to invoke when starting up Eshell interactively.
47This file should be a file containing Eshell commands, where comment 47This file should be a file containing Eshell commands, where comment
48lines begin with '#'." 48lines begin with #."
49 :type 'file 49 :type 'file
50 :group 'eshell-script) 50 :group 'eshell-script)
51 51
@@ -89,7 +89,7 @@ This includes when running `eshell-command'."
89 89
90(defun eshell-source-file (file &optional args subcommand-p) 90(defun eshell-source-file (file &optional args subcommand-p)
91 "Execute a series of Eshell commands in FILE, passing ARGS. 91 "Execute a series of Eshell commands in FILE, passing ARGS.
92Comments begin with '#'." 92Comments begin with #."
93 (interactive "f") 93 (interactive "f")
94 (let ((orig (point)) 94 (let ((orig (point))
95 (here (point-max)) 95 (here (point-max))