]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-character-set): Fix the arg to help-xref-button.
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Dec 2001 21:14:36 +0000 (21:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Dec 2001 21:14:36 +0000 (21:14 +0000)
lisp/ChangeLog
lisp/international/mule-diag.el

index a2ab325af843c8c7797a31b2e701662189f22c01..9909a6ebecc4a0e064f6adb4e6422963adcfaa2b 100644 (file)
@@ -1,5 +1,8 @@
 2001-12-18  Richard M. Stallman  <rms@gnu.org>
 
+       * 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.
index 5167d86368af749c6f75a7e9bbf66ce6445ff207..198a852ecfabb1bb5fc8f8b7d28db4e4f6e96937 100644 (file)
@@ -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)