Mercurial > emacs
changeset 42163:126eaf6fdbcf
(describe-character-set): Fix the arg to help-xref-button.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 18 Dec 2001 21:14:28 +0000 |
parents | 478d5ff60075 |
children | 04d8f1b42bab |
files | lisp/international/mule-diag.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)