Next: Buffer Modification Time, Previous: buffer-chars-modified-tick, Up: Modifying Buffers [Index]
Sometimes there’s a need for modifying buffer in a way that doesn’t really
change its text, like if only its text properties are changed. If your program
needs to modify a buffer without triggering any hooks and features that react
to buffer modifications, use the with-silent-modifications
macro.