From 6c78f23d22c5a553c82ccaa34ab3b1645b2916e0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 18 Dec 2001 21:14:36 +0000 Subject: [PATCH] (describe-character-set): Fix the arg to help-xref-button. --- lisp/ChangeLog | 3 +++ lisp/international/mule-diag.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a2ab325af84..9909a6ebecc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2001-12-18 Richard M. Stallman + * international/mule-diag.el (describe-character-set): + Fix the arg to help-xref-button. + * files.el (directory-free-space-program): New variable. (directory-free-space-args): New variable. (insert-directory): Use those two variables for getting free space. diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el index 5167d86368a..198a852ecfa 100644 --- a/lisp/international/mule-diag.el +++ b/lisp/international/mule-diag.el @@ -512,7 +512,7 @@ detailed meanings of these arguments." (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) -- 2.39.2