]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/subr.el (with-silent-modifications): Doc fixes.
authorCharles A. Roelli <charles@aurox.ch>
Wed, 27 Dec 2017 14:53:34 +0000 (15:53 +0100)
committerCharles A. Roelli <charles@aurox.ch>
Wed, 27 Dec 2017 14:53:34 +0000 (15:53 +0100)
lisp/subr.el

index 64521711b7a8bd7e63a95676838434aef41bd23e..778b6449fc2ad37ec2f08ea4aaf75100220dbb19 100644 (file)
@@ -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.