X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/648e5523fbfc3dfbce58f66437112bc442470c87..5414a28349ac68be10ef077a59933ce677fd785e:/lisp/descr-text.el diff --git a/lisp/descr-text.el b/lisp/descr-text.el index 2aea0a9621..774ee92a14 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el @@ -753,7 +753,7 @@ relevant to POS." (insert " by these characters:\n") (while (and (<= from to) (setq glyph (lgstring-glyph gstring from))) - (insert (format " %c (#x%d)\n" + (insert (format " %c (#x%x)\n" (lglyph-char glyph) (lglyph-char glyph))) (setq from (1+ from))))) (insert " by the rule:\n\t(")