+2001-12-19 Richard M. Stallman <rms@gnu.org>
+
+ * international/mule-cmds.el (describe-language-environment):
+ Fix calls to help-xref-button.
+
2001-12-19 Miles Bader <miles@gnu.org>
* international/fontset.el: Require `ind-util' when compiling.
(when (string= language-name (nth 1 (car l)))
(insert " " (car (car l)))
(search-backward (car (car l)))
- (help-xref-button 0 #'describe-input-method (car (car l))
- "mouse-2, RET: describe this input method")
+ (help-xref-button 0 'help-input-method (car (car l)))
(goto-char (point-max))
(insert " (\""
(if (stringp (nth 3 (car l)))
(while l
(insert " " (symbol-name (car l)))
(search-backward (symbol-name (car l)))
- (help-xref-button 0 #'describe-character-set (car l)
- "mouse-2, RET: describe this character set")
+ (help-xref-button 0 'help-character-set (car l))
(goto-char (point-max))
(insert ": " (charset-description (car l)) "\n")
(setq l (cdr l)))))
(while l
(insert " " (symbol-name (car l)))
(search-backward (symbol-name (car l)))
- (help-xref-button 0 #'describe-coding-system (car l)
- "mouse-2, RET: describe this coding system")
+ (help-xref-button 0 'help-coding-system (car l))
(goto-char (point-max))
(insert " (`"
(coding-system-mnemonic (car l))