Next: buffer-modified-tick, Previous: restore-buffer-modified-p, Up: Modifying Buffers [Index]
This command marks the current buffer as unmodified, and not needing to be saved.
If ARG is non-‘nil’, it marks the buffer as modified, so that it will be saved at the next suitable occasion.
Don’t use this function in programs, since it prints a message in the echo
area; use set-buffer-modified-p
(above) instead.