mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Fix typos.
This commit is contained in:
parent
09f5d05492
commit
fe7a3057a3
64 changed files with 174 additions and 147 deletions
|
|
@ -146,7 +146,7 @@ If ADVANCE is non-nil, move forward by one line afterwards."
|
|||
(defvar tabulated-list-glyphless-char-display
|
||||
(let ((table (make-char-table 'glyphless-char-display nil)))
|
||||
(set-char-table-parent table glyphless-char-display)
|
||||
;; Some text terminals can't display the unicode arrows; be safe.
|
||||
;; Some text terminals can't display the Unicode arrows; be safe.
|
||||
(aset table 9650 (cons nil "^"))
|
||||
(aset table 9660 (cons nil "v"))
|
||||
table)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue