diff options
author | Kyle Meyer <kyle@kyleam.com> | 2022-07-24 16:24:24 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-07-24 16:24:24 -0400 |
commit | ba70d0f77c52d471bceb2ad2cc7bc172db348abb (patch) | |
tree | a2a638dfaaf4cc61b590f1da7b5490dccbcbe03c /lisp/org/org-table.el | |
parent | f7fd7bf477acfc65701065ec70c32dacb17e275a (diff) | |
download | emacs-ba70d0f77c52d471bceb2ad2cc7bc172db348abb.tar.gz emacs-ba70d0f77c52d471bceb2ad2cc7bc172db348abb.tar.bz2 emacs-ba70d0f77c52d471bceb2ad2cc7bc172db348abb.zip |
Update to Org 9.5.4-17-g6e991f
Diffstat (limited to 'lisp/org/org-table.el')
-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 860fd6e5608..c301bc6af1a 100644 --- a/lisp/org/org-table.el +++ b/lisp/org/org-table.el @@ -5465,7 +5465,7 @@ The table is taken from the parameter TXT, or from the buffer at point." (nreverse table))))) (defun org-table-collapse-header (table &optional separator max-header-lines) - "Collapse the lines before 'hline into a single header. + "Collapse the lines before `hline' into a single header. The given TABLE is a list of lists as returned by `org-table-to-lisp'. The leading lines before the first `hline' symbol are considered |