* lisp/subr.el (with-silent-modifications): Doc fixes.
This commit is contained in:
parent
2ebc8dc3b6
commit
a31ab5ffb5
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue