diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-15 22:24:06 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-15 22:24:06 -0800 |
commit | c91c771dbe242cd942c00a0a57c18c1482e59fa0 (patch) | |
tree | abb6fcaf49f4bda5eda2443fb5a6f7531a8a2a74 /lisp/play/handwrite.el | |
parent | 7da02a6769e84cd0a9df8b1bc18ac78df1c0b058 (diff) | |
download | emacs-c91c771dbe242cd942c00a0a57c18c1482e59fa0.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/play/handwrite.el')
-rw-r--r-- | lisp/play/handwrite.el | 2 |
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) (insert "showpage exec Hwsave restore\n\n") (insert "%%Pages " (number-to-string ipage) " 0\n") (insert "%%EOF\n") - ;;To avoid cumbersome code we simply ignore pagefeeds + ;;To avoid cumbersome code we simply ignore formfeeds (goto-char textp) (while (search-forward "\f" nil t) (replace-match "" nil t) ) |