diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:37:04 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:37:04 +0000 |
commit | fa1f61e5fe9c92c71e4d148d6113476240b62890 (patch) | |
tree | a8a84770d19edd69769cd89446885eb3d73797ee /lisp | |
parent | d9f7b2d33c63213453ff3312e5bb9bb446476ca7 (diff) | |
download | emacs-fa1f61e5fe9c92c71e4d148d6113476240b62890.tar.gz |
(format-annotate-atomic-property-change): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/format.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/format.el b/lisp/format.el index 96dd4f63ca1..c3c8c393b13 100644 --- a/lisp/format.el +++ b/lisp/format.el @@ -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 |