From: Karl Heuer Date: Thu, 4 Jan 1996 23:37:04 +0000 (+0000) Subject: (format-annotate-atomic-property-change): Doc fix. X-Git-Tag: emacs-19.34~1877 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fa1f61e5fe9c92c71e4d148d6113476240b62890;p=emacs.git (format-annotate-atomic-property-change): Doc fix. --- 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