diff options
| author | Paul Eggert | 2018-03-10 18:30:54 -0800 |
|---|---|---|
| committer | Paul Eggert | 2018-03-10 18:30:54 -0800 |
| commit | a3f26048a9b115e8dabffaa768128eaccd07dfd3 (patch) | |
| tree | 1a2be0f6fbceab35f2b14f91683cff5bacdf1134 /lisp/org | |
| parent | ab04a0941b67a76575b99d89ba7ba3db1169b901 (diff) | |
| parent | 5c91ca8f30098cb2593ca375daa82d25aef03ad7 (diff) | |
| download | emacs-a3f26048a9b115e8dabffaa768128eaccd07dfd3.tar.gz emacs-a3f26048a9b115e8dabffaa768128eaccd07dfd3.zip | |
Merge from origin/emacs-26
5c91ca8 Fix create_process bug breaking eudc-expand-inline
e244fed Clarify that nil doesn't match itself as a cl-case clause (Bu...
df0e7e2 Improve SVG documentation
a34ef52 Document the "URL" keyword in library headers
fbc7f9a * test/lisp/international/mule-tests.el: Avoid local variable...
16faff6 ; * lisp/org/org-table.el: Replace obsolete alias in comment.
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. |