aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2011-11-17 09:40:48 -0800
committerPaul Eggert <[email protected]>2011-11-17 09:40:48 -0800
commitc5e87d104b7342f35459c7513d6b4cefea1e968e (patch)
treeb1e452497894607b5199474897953bf739552904 /lisp/textmodes
parentdf85d31593aab41321a8bac130e1f9c5b678e9d7 (diff)
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 6f9e7e1bdb..81e92487eb 100644
--- a/lisp/textmodes/rst.el
+++ b/lisp/textmodes/rst.el
@@ -1534,7 +1534,7 @@ is a regular expression for matching the lines with items."
(defvar rst-preferred-bullets
'(?- ?* ?+)
- "List of favourite bullets to set for straightening bullets.")
+ "List of favorite bullets to set for straightening bullets.")
(defun rst-straighten-bullets-region (beg end)
"Make all the bulleted list items in the region consistent.