Fix typo in tabulated-list-print-entry
This commit is contained in:
parent
368f40905f
commit
37f1c9309e
2 changed files with 6 additions and 1 deletions
|
@ -271,7 +271,7 @@ of column descriptors."
|
|||
;; Truncate labels if necessary.
|
||||
(and (> width 6)
|
||||
(> (length label) width)
|
||||
(setq label (concat (substring desc 0 (- width 3))
|
||||
(setq label (concat (substring label 0 (- width 3))
|
||||
"...")))
|
||||
(if (stringp desc)
|
||||
(insert (propertize label 'help-echo help-echo))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue