mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(format-annotate-atomic-property-change): Doc fix.
This commit is contained in:
parent
d9f7b2d33c
commit
fa1f61e5fe
1 changed files with 2 additions and 2 deletions
|
|
@ -468,7 +468,7 @@ to write these unknown annotations back into the file."
|
|||
(message "Extra closing annotation (%s) in file" name)
|
||||
;; If one is open, but not on the top of the stack, close
|
||||
;; the things in between as well. Set `found' when the real
|
||||
;; oneis closed.
|
||||
;; one is closed.
|
||||
(while (not found)
|
||||
(let* ((top (car open-ans)) ; first on stack: should match.
|
||||
(top-name (car top))
|
||||
|
|
@ -759,7 +759,7 @@ Annotations to open and to close are returned as a dotted pair."
|
|||
|
||||
(defun format-annotate-atomic-property-change (prop-alist old new)
|
||||
"Internal function annotate a single property change.
|
||||
PROP-ALIST is the relevant segement of a TRANSLATIONS list.
|
||||
PROP-ALIST is the relevant segment of a TRANSLATIONS list.
|
||||
OLD and NEW are the values."
|
||||
(cond
|
||||
;; Numerical annotation - use difference
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue