(enriched-mode): Doc fix.
Commands:
-\\<enriched-mode-map>\\{enriched-mode-map}"
+\\{enriched-mode-map}"
nil " Enriched" nil
(cond ((null enriched-mode)
;; Turn mode off
close and OPEN a list of annotations to open. Each of these lists
has the form `(ANNOTATION PARAM ...)'."
(let ((annotation "x-display")
- (param (prin1-to-string (or old new)))
- close open)
+ (param (prin1-to-string (or old new))))
(if (null old)
(list nil (list annotation param))
(list (list annotation param)))))