summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Oteiza <mvoteiza@udel.edu>2016-07-11 14:37:54 -0400
committerMark Oteiza <mvoteiza@udel.edu>2016-07-11 14:37:54 -0400
commit69b79bdff07bff2174d782dc4c69cf2dadc8225b (patch)
tree965704279894a6e013c33fed9a4811a5288fe61c
parent7af6c87b5047c5362cb57c6173d27fe877597c04 (diff)
; Remove parens from sentence in docstring.
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 4d35d7c27e..6d7f00f52f 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -3239,7 +3239,7 @@ If OUTPUT-BUFFER is a buffer or buffer name, erase that buffer
and insert the output there.
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).
+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\",