diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-03-07 17:23:57 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-03-07 17:23:57 +0100 |
| commit | 2c135cd86a35fc1e230b8385b5322c4532adbcd5 (patch) | |
| tree | d939f853773b6225d82baaef075af8f30d7ee14b | |
| parent | e5204b0807c987d4a7b1a9441158b80a3407b675 (diff) | |
| parent | f0f35b6a432398487d286e4fc058edb3fc2344ee (diff) | |
Merge branch 'main' into emacs-31
| -rw-r--r-- | compat.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compat.texi b/compat.texi index c1b7701..75080a5 100644 --- a/compat.texi +++ b/compat.texi @@ -2236,7 +2236,7 @@ Properties,Examining Properties,,elisp,}). @end defun -@c copied from lisp/subr-x.el +@c copied from lisp/emacs-lisp/subr-x.el @defun add-display-text-property start end prop value &optional object Add display property @var{prop} with @var{value} to the text from @var{start} to @var{end}. If any text in the region has a non-nil @@ -2414,7 +2414,7 @@ you can say: @xref{Size of Displayed Text,,,elisp}. @end defun -@c based on lisp/subr-x.el +@c based on lisp/emacs-lisp/subr-x.el @defmac with-buffer-unmodified-if-unchanged &rest body@dots{} Evaluate @var{body} like @code{progn}, but change buffer-modified status only if buffer text changes. If the buffer was unmodified |
