From: Charles A. Roelli Date: Wed, 27 Dec 2017 14:53:34 +0000 (+0100) Subject: * lisp/subr.el (with-silent-modifications): Doc fixes. X-Git-Tag: emacs-26.0.91~67 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a31ab5ffb57d9220da782a24f124e0d8f21f9519;p=emacs.git * lisp/subr.el (with-silent-modifications): Doc fixes. --- diff --git a/lisp/subr.el b/lisp/subr.el index 64521711b7a..778b6449fc2 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.