aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
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 9d3f2a92d4b..7a2857a2d5e 100644
--- a/lisp/textmodes/rst.el
+++ b/lisp/textmodes/rst.el
@@ -4161,7 +4161,7 @@ cand replace with char: ")
4161 (let ((width (current-column))) 4161 (let ((width (current-column)))
4162 (rst-delete-entire-line) 4162 (rst-delete-entire-line)
4163 (insert-char tochar width))) 4163 (insert-char tochar width)))
4164 (message (format "%d lines replaced." found))))) 4164 (message "%d lines replaced." found))))
4165 4165
4166;; FIXME: Unbound command - should be bound or removed. 4166;; FIXME: Unbound command - should be bound or removed.
4167(defun rst-join-paragraph () 4167(defun rst-join-paragraph ()