aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorGlenn Morris2018-02-16 15:16:15 -0500
committerGlenn Morris2018-02-16 15:16:15 -0500
commit66a4e651f3cf38c320d1a9d5ae6f88dcc641792b (patch)
tree0fa5ba9ab57893ae3bca46bd09d8b52105f8a17a /lisp/eshell
parent35e5c57db311c3d6c1c3a8dd4edc3d756d1d5d24 (diff)
downloademacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.tar.gz
emacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.zip
; Fix doc typos related to indefinite articles
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/esh-cmd.el2
-rw-r--r--lisp/eshell/esh-proc.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el
index ddab3350493..61c0ebc71d0 100644
--- a/lisp/eshell/esh-cmd.el
+++ b/lisp/eshell/esh-cmd.el
@@ -80,7 +80,7 @@
80;; 80;;
81;; echo x$(+ 1 2) "String $(+ 1 2)" 81;; echo x$(+ 1 2) "String $(+ 1 2)"
82;; 82;;
83;; To pass a Lisp symbol as a argument, use the alternate quoting 83;; To pass a Lisp symbol as an argument, use the alternate quoting
84;; syntax, since the single quote character is far too overused in 84;; syntax, since the single quote character is far too overused in
85;; shell syntax: 85;; shell syntax:
86;; 86;;
diff --git a/lisp/eshell/esh-proc.el b/lisp/eshell/esh-proc.el
index 841a95006f1..59fb9b926d4 100644
--- a/lisp/eshell/esh-proc.el
+++ b/lisp/eshell/esh-proc.el
@@ -87,7 +87,7 @@ variable's value to take effect."
87 "Called each time a process is exec'd by `eshell-gather-process-output'. 87 "Called each time a process is exec'd by `eshell-gather-process-output'.
88It is passed one argument, which is the process that was just started. 88It is passed one argument, which is the process that was just started.
89It is useful for things that must be done each time a process is 89It is useful for things that must be done each time a process is
90executed in a eshell mode buffer (e.g., `process-kill-without-query'). 90executed in an eshell mode buffer (e.g., `process-kill-without-query').
91In contrast, `eshell-mode-hook' is only executed once when the buffer 91In contrast, `eshell-mode-hook' is only executed once when the buffer
92is created." 92is created."
93 :type 'hook 93 :type 'hook