mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Fix doc typos related to indefinite articles
This commit is contained in:
parent
35e5c57db3
commit
66a4e651f3
53 changed files with 84 additions and 84 deletions
|
|
@ -80,7 +80,7 @@
|
|||
;;
|
||||
;; echo x$(+ 1 2) "String $(+ 1 2)"
|
||||
;;
|
||||
;; To pass a Lisp symbol as a argument, use the alternate quoting
|
||||
;; To pass a Lisp symbol as an argument, use the alternate quoting
|
||||
;; syntax, since the single quote character is far too overused in
|
||||
;; shell syntax:
|
||||
;;
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ variable's value to take effect."
|
|||
"Called each time a process is exec'd by `eshell-gather-process-output'.
|
||||
It is passed one argument, which is the process that was just started.
|
||||
It is useful for things that must be done each time a process is
|
||||
executed in a eshell mode buffer (e.g., `process-kill-without-query').
|
||||
executed in an eshell mode buffer (e.g., `process-kill-without-query').
|
||||
In contrast, `eshell-mode-hook' is only executed once when the buffer
|
||||
is created."
|
||||
:type 'hook
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue