aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Oteiza2016-07-11 14:37:54 -0400
committerMark Oteiza2016-07-11 14:37:54 -0400
commit69b79bdff07bff2174d782dc4c69cf2dadc8225b (patch)
tree965704279894a6e013c33fed9a4811a5288fe61c
parent7af6c87b5047c5362cb57c6173d27fe877597c04 (diff)
downloademacs-69b79bdff07bff2174d782dc4c69cf2dadc8225b.tar.gz
emacs-69b79bdff07bff2174d782dc4c69cf2dadc8225b.zip
; 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 4d35d7c27e6..6d7f00f52f4 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
3239and insert the output there. 3239and insert the output there.
3240If OUTPUT-BUFFER is not a buffer and not nil, insert the output 3240If OUTPUT-BUFFER is not a buffer and not nil, insert the output
3241in current buffer after point leaving mark after it. 3241in current buffer after point leaving mark after it.
3242(This cannot be done asynchronously). 3242This cannot be done asynchronously.
3243 3243
3244If the command terminates without error, but generates output, 3244If the command terminates without error, but generates output,
3245and you did not specify \"insert it in the current buffer\", 3245and you did not specify \"insert it in the current buffer\",