From: Richard M. Stallman Date: Tue, 18 Dec 2001 21:14:36 +0000 (+0000) Subject: (describe-character-set): Fix the arg to help-xref-button. X-Git-Tag: ttn-vms-21-2-B4~17612 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c78f23d22c5a553c82ccaa34ab3b1645b2916e0;p=emacs.git (describe-character-set): Fix the arg to help-xref-button. --- 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)