Mercurial > emacs
changeset 17695:5788aa5f0fd0
(printify-region): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 07 May 1997 20:31:57 +0000 |
parents | c9fd662941e3 |
children | a30300999b49 |
files | lisp/lpr.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/lpr.el Wed May 07 19:34:18 1997 +0000 +++ b/lisp/lpr.el Wed May 07 20:31:57 1997 +0000 @@ -187,9 +187,9 @@ (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)