# HG changeset patch # User Richard M. Stallman # Date 1008710068 0 # Node ID 126eaf6fdbcf92bcce2744cdfa65e099890dbebc # Parent 478d5ff60075838b0b13b0ff9b67a5e256fc3294 (describe-character-set): Fix the arg to help-xref-button. diff -r 478d5ff60075 -r 126eaf6fdbcf lisp/international/mule-diag.el --- a/lisp/international/mule-diag.el Tue Dec 18 19:38:18 2001 +0000 +++ b/lisp/international/mule-diag.el Tue Dec 18 21:14:28 2001 +0000 @@ -512,7 +512,7 @@ (when coding (insert (format "preferred coding system: %s\n" coding)) (search-backward (symbol-name coding)) - (help-xref-button 0 'describe-coding-system coding))))))) + (help-xref-button 0 'help-coding-system coding))))))) ;;;###autoload (defun describe-char-after (&optional pos)