diff options
| author | Glenn Morris | 2018-03-09 12:43:21 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-03-09 12:43:21 -0500 |
| commit | 16faff6a46f28b4db2e9b91e52b27404303f3197 (patch) | |
| tree | 9cbba92eb37c6206590096de5a10f542120381db /lisp | |
| parent | 1bf6266ae3b542a968933a828c75f659c25cf2db (diff) | |
| download | emacs-16faff6a46f28b4db2e9b91e52b27404303f3197.tar.gz emacs-16faff6a46f28b4db2e9b91e52b27404303f3197.zip | |
; * lisp/org/org-table.el: Replace obsolete alias in comment.
Diffstat (limited to 'lisp')
| -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. |