Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
617c5568
Commit
617c5568
authored
Nov 15, 2017
by
Charles A. Roelli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/simple.el (shell-command): Doc fixes.
parent
1faade88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lisp/simple.el
lisp/simple.el
+5
-5
No files found.
lisp/simple.el
View file @
617c5568
...
...
@@ -3393,10 +3393,10 @@ The optional second argument OUTPUT-BUFFER, if non-nil,
says to put the output in some other buffer.
If OUTPUT-BUFFER is a buffer or buffer name, erase that buffer
and insert the output there; a non-nil value of
`shell-command-dont-erase-buffer' prevent
to erase
the buffer
.
If OUTPUT-BUFFER is not a buffer and not nil, insert the
output
in current buffer after point leaving mark after it.
This
cannot be done asynchronously.
`shell-command-dont-erase-buffer' prevent
s
the buffer
from being
erased.
If OUTPUT-BUFFER is not a buffer and not nil, insert the
output
in current buffer after point leaving mark after it.
This
cannot be done asynchronously.
If the command terminates without error, but generates output,
and you did not specify \"insert it in the current buffer\",
...
...
@@ -3404,7 +3404,7 @@ the output can be displayed in the echo area or in its buffer.
If the output is short enough to display in the echo area
\(determined by the variable `max-mini-window-height' if
`resize-mini-windows' is non-nil), it is shown there.
Otherwise,the buffer containing the output is displayed.
Otherwise,
the buffer containing the output is displayed.
If there is output and an error, and you did not specify \"insert it
in the current buffer\", a message about the error goes at the end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment