master b8b52458c00 2/2: ; markdown-ts--table-delimiter-cell-subtypes: Fix long line.
Sean Whitton <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: master commit b8b52458c0067859ee324cbfc4dfa3780cfaf03d Author: Sean Whitton <[email protected]> Commit: Sean Whitton <[email protected]> ; markdown-ts--table-delimiter-cell-subtypes: Fix long line. --- lisp/textmodes/markdown-ts-mode.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/textmodes/markdown-ts-mode.el b/lisp/textmodes/markdown-ts-mode.el index c44bc9161a3..5b9e7eb1ed6 100644 --- a/lisp/textmodes/markdown-ts-mode.el +++ b/lisp/textmodes/markdown-ts-mode.el @@ -3354,10 +3354,10 @@ With the prefix argument ARG, remain within the current code block." (defun markdown-ts--table-abutting-pos (pos) "Adjust POS to abut its closest text. -If POS is already in a table, return POS. -If not, adjust POS to the nearest non-blank character, looking first -forward and then backward adjusting, if it is in a table, return the adjusted POS. -Otherwise, return nil, for example, if the line is empty." +If POS is already in a table, return POS. If not, adjust POS to the +nearest non-blank character, looking first forward and then backward +adjusting, if it is in a table, return the adjusted POS. Otherwise +return nil, for example, if the line is empty." (save-excursion (goto-char pos) (if (markdown-ts--table-node-row nil pos)