aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play/handwrite.el
diff options
context:
space:
mode:
authorPaul Eggert2014-01-15 22:24:06 -0800
committerPaul Eggert2014-01-15 22:24:06 -0800
commitc91c771dbe242cd942c00a0a57c18c1482e59fa0 (patch)
treeabb6fcaf49f4bda5eda2443fb5a6f7531a8a2a74 /lisp/play/handwrite.el
parent7da02a6769e84cd0a9df8b1bc18ac78df1c0b058 (diff)
downloademacs-c91c771dbe242cd942c00a0a57c18c1482e59fa0.tar.gz
emacs-c91c771dbe242cd942c00a0a57c18c1482e59fa0.zip
Spelling fixes.
Diffstat (limited to 'lisp/play/handwrite.el')
-rw-r--r--lisp/play/handwrite.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el
index b682e0c5291..51e0a0f4e4d 100644
--- a/lisp/play/handwrite.el
+++ b/lisp/play/handwrite.el
@@ -244,7 +244,7 @@ Variables: `handwrite-linespace' (default 12)
244 (insert "showpage exec Hwsave restore\n\n") 244 (insert "showpage exec Hwsave restore\n\n")
245 (insert "%%Pages " (number-to-string ipage) " 0\n") 245 (insert "%%Pages " (number-to-string ipage) " 0\n")
246 (insert "%%EOF\n") 246 (insert "%%EOF\n")
247 ;;To avoid cumbersome code we simply ignore pagefeeds 247 ;;To avoid cumbersome code we simply ignore formfeeds
248 (goto-char textp) 248 (goto-char textp)
249 (while (search-forward "\f" nil t) 249 (while (search-forward "\f" nil t)
250 (replace-match "" nil t) ) 250 (replace-match "" nil t) )