From 0b69eec589634ccd6815d9484dbcd95d77be8b37 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 17 Jun 2002 16:15:09 +0000 Subject: (what-cursor-position): Use describe-char. --- lisp/simple.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/simple.el') diff --git a/lisp/simple.el b/lisp/simple.el index 9f01cef9f6..14d1670b6b 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -530,7 +530,7 @@ code is shown in hex. If the character is encoded into more than one byte, just \"...\" is shown. In addition, with prefix argument, show details about that character -in *Help* buffer. See also the command `describe-char-after'." +in *Help* buffer. See also the command `describe-char'." (interactive "P") (let* ((char (following-char)) (beg (point-min)) @@ -570,7 +570,7 @@ in *Help* buffer. See also the command `describe-char-after'." (format "(0%o, %d, 0x%x)" char char char)))) (if detail ;; We show the detailed information about CHAR. - (describe-char-after (point))) + (describe-char (point))) (if (or (/= beg 1) (/= end (1+ total))) (message "Char: %s %s point=%d of %d (%d%%) <%d - %d> column %d %s" (if (< char 256) -- cgit v1.2.3