aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/lpr.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-05-07 20:31:57 +0000
committerRichard M. Stallman <[email protected]>1997-05-07 20:31:57 +0000
commit8c44b2ad7aa1398bd1e9c0632b9bd34043e65295 (patch)
tree866c7cc32c243bb510397f092c104f2cc7d64252 /lisp/lpr.el
parentbbc054a9ab126a8047202fb8109e8225a3c8c48a (diff)
(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 e219e4bfa2..a9054acd1c 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)