X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/74739ffd738a28b406b1fa3153fff599ac06d57f..b2a15250f652d800838f66abc1f877f0cad0d323:/lisp/descr-text.el diff --git a/lisp/descr-text.el b/lisp/descr-text.el index 250d87a6ae..93c69e0eea 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el @@ -618,7 +618,7 @@ as well as widgets, buttons, overlays, and text properties." ,@(if (not eight-bit-p) (let ((unicodedata (describe-char-unicode-data char))) (if unicodedata - (cons (list "Unicode data" " ") unicodedata)))))) + (cons (list "Unicode data" "") unicodedata)))))) (setq max-width (apply 'max (mapcar (lambda (x) (if (cadr x) (length (car x)) 0)) item-list))) @@ -642,7 +642,8 @@ as well as widgets, buttons, overlays, and text properties." (window-width)) (insert "\n") (indent-to (1+ max-width))) - (insert " " clm))) + (unless (zerop (length clm)) + (insert " " clm)))) (insert "\n")))) (when overlays