Mercurial > emacs
changeset 54385:d8314f01e053
(woman-preserve-ascii): Default value changed to t and
doc string revised.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 13 Mar 2004 13:04:41 +0000 |
parents | d113031a7e95 |
children | 6cce35d999fb |
files | lisp/woman.el |
diffstat | 1 files changed, 9 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/woman.el Sat Mar 13 12:56:53 2004 +0000 +++ b/lisp/woman.el Sat Mar 13 13:04:41 2004 +0000 @@ -832,10 +832,15 @@ :type 'boolean :group 'woman-formatting) -(defcustom woman-preserve-ascii nil - "*If non-nil then preserve ASCII characters in the WoMan buffer. -Otherwise, non-ASCII characters (that display as ASCII) may remain. -This is irrelevant unless the buffer is to be saved to a file." +(defcustom woman-preserve-ascii t + "*If non-nil, preserve ASCII characters in the WoMan buffer. +Otherwise, to save time, some backslashes and spaces may be +represented differently (as the values of the variables +`woman-escaped-escape-char' and `woman-unpadded-space-char' +respectively) so that the buffer content is strictly wrong even though +it should display correctly. This should be irrelevant unless the +buffer text is searched, copied or saved to a file." + ;; This option should probably be removed! :type 'boolean :group 'woman-formatting)