]> git.eshelyaron.com Git - emacs.git/commitdiff
(printify-region): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 7 May 1997 20:31:57 +0000 (20:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 7 May 1997 20:31:57 +0000 (20:31 +0000)
lisp/lpr.el

index e219e4bfa2afb6e6b153affc6d91528338767482..a9054acd1c40d32fb0ce321cff314f65396ad839 100644 (file)
@@ -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)