diff options
| author | Stefan Kangas | 2025-01-19 13:59:13 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2025-02-22 14:48:29 +0100 |
| commit | 702cb123faf1bdbacf555188ae4997d6be3765fe (patch) | |
| tree | 180e57cdda9e6280a7f2f9e377f3648c42bddbca /lisp/disp-table.el | |
| parent | e682fd2d5ba5f471a6e4d07b7f691a1ba9fa1139 (diff) | |
| download | emacs-702cb123faf1bdbacf555188ae4997d6be3765fe.tar.gz emacs-702cb123faf1bdbacf555188ae4997d6be3765fe.zip | |
; Fix typos
Diffstat (limited to 'lisp/disp-table.el')
| -rw-r--r-- | lisp/disp-table.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/disp-table.el b/lisp/disp-table.el index afce22deb85..23671da5107 100644 --- a/lisp/disp-table.el +++ b/lisp/disp-table.el | |||
| @@ -112,7 +112,7 @@ Valid symbols are `truncation', `wrap', `escape', `control', | |||
| 112 | 112 | ||
| 113 | (princ "\nBox vertical line glyph: ") | 113 | (princ "\nBox vertical line glyph: ") |
| 114 | (prin1 (display-table-slot dt 'box-vertical)) | 114 | (prin1 (display-table-slot dt 'box-vertical)) |
| 115 | (princ "\nBox horizonal line glyph: ") | 115 | (princ "\nBox horizontal line glyph: ") |
| 116 | (prin1 (display-table-slot dt 'box-horizontal)) | 116 | (prin1 (display-table-slot dt 'box-horizontal)) |
| 117 | (princ "\nBox upper left corner glyph: ") | 117 | (princ "\nBox upper left corner glyph: ") |
| 118 | (prin1 (display-table-slot dt 'box-down-right)) | 118 | (prin1 (display-table-slot dt 'box-down-right)) |
| @@ -125,7 +125,7 @@ Valid symbols are `truncation', `wrap', `escape', `control', | |||
| 125 | 125 | ||
| 126 | (princ "\nBox double vertical line glyph: ") | 126 | (princ "\nBox double vertical line glyph: ") |
| 127 | (prin1 (display-table-slot dt 'box-double-vertical)) | 127 | (prin1 (display-table-slot dt 'box-double-vertical)) |
| 128 | (princ "\nBox double horizonal line glyph: ") | 128 | (princ "\nBox double horizontal line glyph: ") |
| 129 | (prin1 (display-table-slot dt 'box-double-horizontal)) | 129 | (prin1 (display-table-slot dt 'box-double-horizontal)) |
| 130 | (princ "\nBox double upper left corner glyph: ") | 130 | (princ "\nBox double upper left corner glyph: ") |
| 131 | (prin1 (display-table-slot dt 'box-double-down-right)) | 131 | (prin1 (display-table-slot dt 'box-double-down-right)) |