aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/picture.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el
index b3c69ca657f..34b661afcc4 100644
--- a/lisp/textmodes/picture.el
+++ b/lisp/textmodes/picture.el
@@ -359,7 +359,7 @@ With positive argument insert that many lines."
359 (point)))) 359 (point))))
360 (replace-match newtext fixedcase literal) 360 (replace-match newtext fixedcase literal)
361 (if (< change 0) 361 (if (< change 0)
362 (insert-char ?\ (- change))))) 362 (insert-char ?\s (- change)))))
363 363
364;; Picture Tabs 364;; Picture Tabs
365 365