emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 69b79bd: ; Remove parens from sentence in docstring


From: Mark Oteiza
Subject: [Emacs-diffs] master 69b79bd: ; Remove parens from sentence in docstring.
Date: Mon, 11 Jul 2016 18:39:06 +0000 (UTC)

branch: master
commit 69b79bdff07bff2174d782dc4c69cf2dadc8225b
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    ; Remove parens from sentence in docstring.
---
 lisp/simple.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 4d35d7c..6d7f00f 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\",



reply via email to

[Prev in Thread] Current Thread [Next in Thread]