Mercurial > emacs
changeset 42470:fd37f9aafadc
Doc fix.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Tue, 01 Jan 2002 19:16:54 +0000 |
parents | 64341c22fb4c |
children | 4234f54994ef |
files | lisp/format.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/format.el Tue Jan 01 19:15:26 2002 +0000 +++ b/lisp/format.el Tue Jan 01 19:16:54 2002 +0000 @@ -793,7 +793,7 @@ (setq l (cdr l))))) (defun format-annotate-value (old new) - "Return OLD and NEW as a \(close . open) annotation pair. + "Return OLD and NEW as a \(CLOSE . OPEN) annotation pair. Useful as a default function for TRANSLATIONS alist when the value of the text property is the name of the annotation that you want to use, as it is for the `unknown' text property."