]> code.delx.au - gnu-emacs/blobdiff - lisp/descr-text.el
Merge from emacs-24; up to 2012-12-27T17:59:21Z!rgm@gnu.org
[gnu-emacs] / lisp / descr-text.el
index 2aea0a962154a2ede4ccb5fb21751d420c008f4b..774ee92a1460564e00c5c3e04d2c205f3cf3126c 100644 (file)
@@ -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(")