org-macs.el (org-unmodified): Update comment

* org-macs.el (org-unmodified): Update comment.
This commit is contained in:
Bastien Guerry 2013-02-25 11:47:01 +01:00
parent 372a3ecda8
commit 4d24f1d383

View file

@ -108,9 +108,8 @@ Otherwise return nil."
(org-move-to-column ,col)))))
(def-edebug-spec org-preserve-lc (body))
;; Copied from bookmark.el
;; Use `org-unmodified' to ignore real modifications, otherwise
;; `with-silent-modifications' is enough to ignore cosmetic ones
;; Use `org-with-silent-modifications' to ignore cosmetic changes and
;; `org-unmodified' to ignore real text modifications
(defmacro org-unmodified (&rest body)
"Run BODY while preserving the buffer's `buffer-modified-p' state."
(org-with-gensyms (was-modified)