aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2002-01-01 19:16:54 +0000
committerPavel Janík2002-01-01 19:16:54 +0000
commit0b1ce6ba98117d936645bceeb3fb60e8254fc8f2 (patch)
tree09eb310a42dde18c0d2d9f1a97da20bcef94d0e3
parent4838e624ad5ced0226c3b202f6d942aa9e878a80 (diff)
downloademacs-0b1ce6ba98117d936645bceeb3fb60e8254fc8f2.tar.gz
emacs-0b1ce6ba98117d936645bceeb3fb60e8254fc8f2.zip
Doc fix.
-rw-r--r--lisp/format.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/format.el b/lisp/format.el
index 561c5e4d785..811c0c2f1b2 100644
--- a/lisp/format.el
+++ b/lisp/format.el
@@ -793,7 +793,7 @@ of the first character in the buffer)."
793 (setq l (cdr l))))) 793 (setq l (cdr l)))))
794 794
795(defun format-annotate-value (old new) 795(defun format-annotate-value (old new)
796 "Return OLD and NEW as a \(close . open) annotation pair. 796 "Return OLD and NEW as a \(CLOSE . OPEN) annotation pair.
797Useful as a default function for TRANSLATIONS alist when the value of the text 797Useful as a default function for TRANSLATIONS alist when the value of the text
798property is the name of the annotation that you want to use, as it is for the 798property is the name of the annotation that you want to use, as it is for the
799`unknown' text property." 799`unknown' text property."