aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorPaul Eggert2012-06-17 01:53:31 -0700
committerPaul Eggert2012-06-17 01:53:31 -0700
commit48d1354eb8e8e7dc759400a2f001d02587f15be2 (patch)
tree13c3f2c04081bd1746606df772df967b634abdac /lisp/textmodes
parenteb4a8a9a88652ca7f092e2c5e51b82c631f74749 (diff)
downloademacs-48d1354eb8e8e7dc759400a2f001d02587f15be2.tar.gz
emacs-48d1354eb8e8e7dc759400a2f001d02587f15be2.zip
Spelling fixes.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/rst.el2
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