diff options
Diffstat (limited to 'lisp/org')
| -rw-r--r-- | lisp/org/org-table.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el index 3932671e8b7..4bb5c91ce87 100644 --- a/lisp/org/org-table.el +++ b/lisp/org/org-table.el | |||
| @@ -5428,7 +5428,7 @@ which will prompt for the width." | |||
| 5428 | ;; - orgtbl-uc-draw-cont (smooth unicode) | 5428 | ;; - orgtbl-uc-draw-cont (smooth unicode) |
| 5429 | 5429 | ||
| 5430 | ;; This is best viewed with the "DejaVu Sans Mono" font | 5430 | ;; This is best viewed with the "DejaVu Sans Mono" font |
| 5431 | ;; (use M-x set-default-font). | 5431 | ;; (use M-x set-frame-font). |
| 5432 | 5432 | ||
| 5433 | (defun orgtbl-uc-draw-grid (value min max &optional width) | 5433 | (defun orgtbl-uc-draw-grid (value min max &optional width) |
| 5434 | "Draw a bar in a table using block unicode characters. | 5434 | "Draw a bar in a table using block unicode characters. |