summaryrefslogtreecommitdiff
path: root/lisp/lpr.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-07 20:31:57 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-07 20:31:57 +0000
commit5a8edba9ecc114b86e216bdfb791b6c8826a1322 (patch)
tree36d35e79ceb8b58ae3631bb285be6e325757fbe1 /lisp/lpr.el
parente1aeea1a142e5384d80e4cfe83c244b6763feb4c (diff)
downloademacs-5a8edba9ecc114b86e216bdfb791b6c8826a1322.tar.gz
(printify-region): Doc fix.
Diffstat (limited to 'lisp/lpr.el')
-rw-r--r--lisp/lpr.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/lpr.el b/lisp/lpr.el
index e219e4bfa2a..a9054acd1c4 100644
--- a/lisp/lpr.el
+++ b/lisp/lpr.el
@@ -187,9 +187,9 @@ The variable `lpr-page-header-program' specifies the program to use."
(cons (point-min) (point-max)))))
(defun printify-region (begin end)
- "Turn nonprinting characters (other than TAB, LF, SPC, RET, and FF)
-in the current buffer into printable representations as control or
-hexadecimal escapes."
+ "Replace nonprinting characters in region with printable representations.
+The printable representations use ^ (for ASCII control characters) or hex.
+The characters tab, linefeed, space, return and formfeed are not affected."
(interactive "r")
(save-excursion
(goto-char begin)