diff options
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/rst.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el index ab73f9a28d6..8ad7a8e1c16 100644 --- a/lisp/textmodes/rst.el +++ b/lisp/textmodes/rst.el | |||
| @@ -2847,7 +2847,7 @@ and not from inner alignment points." | |||
| 2847 | (save-match-data | 2847 | (save-match-data |
| 2848 | (unless (looking-at (rst-re 'lin-end)) | 2848 | (unless (looking-at (rst-re 'lin-end)) |
| 2849 | (back-to-indentation) | 2849 | (back-to-indentation) |
| 2850 | ;; Current indendation is always the least likely tab. | 2850 | ;; Current indentation is always the least likely tab. |
| 2851 | (let ((tabs (list (list (point) 0 nil)))) ; (POINT OFFSET INNER) | 2851 | (let ((tabs (list (list (point) 0 nil)))) ; (POINT OFFSET INNER) |
| 2852 | ;; Push inner tabs more likely to continue writing. | 2852 | ;; Push inner tabs more likely to continue writing. |
| 2853 | (cond | 2853 | (cond |