emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 a31ab5f: * lisp/subr.el (with-silent-modification


From: Charles A. Roelli
Subject: [Emacs-diffs] emacs-26 a31ab5f: * lisp/subr.el (with-silent-modifications): Doc fixes.
Date: Wed, 27 Dec 2017 09:49:38 -0500 (EST)

branch: emacs-26
commit a31ab5ffb57d9220da782a24f124e0d8f21f9519
Author: Charles A. Roelli <address@hidden>
Commit: Charles A. Roelli <address@hidden>

    * lisp/subr.el (with-silent-modifications): Doc fixes.
---
 lisp/subr.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index 6452171..778b644 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -3471,8 +3471,8 @@ See also `with-temp-file' and `with-output-to-string'."
 
 (defmacro with-silent-modifications (&rest body)
   "Execute BODY, pretending it does not modify the buffer.
-This macro is Typically used around modifications of
-text-properties which do not really affect the buffer's content.
+This macro is typically used around modifications of
+text properties which do not really affect the buffer's content.
 If BODY performs real modifications to the buffer's text, other
 than cosmetic ones, undo data may become corrupted.
 



reply via email to

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