# HG changeset patch # User Luc Teirlinck # Date 1087661231 0 # Node ID de7deaab032045377ef63a56ed767aa60e9864ed # Parent a8ce8bdfcee6f8d62c0d091b8e894db3692a0826 (show-trailing-whitespace): Doc fix. diff -r a8ce8bdfcee6 -r de7deaab0320 lisp/frame.el --- a/lisp/frame.el Sat Jun 19 16:02:06 2004 +0000 +++ b/lisp/frame.el Sat Jun 19 16:07:11 2004 +0000 @@ -1191,9 +1191,8 @@ (make-variable-buffer-local 'show-trailing-whitespace) (defcustom show-trailing-whitespace nil - "*Non-nil means highlight trailing whitespace in face `trailing-whitespace'. - -Setting this variable makes it local to the current buffer." + "*Non-nil means highlight trailing whitespace. +This is done in the face `trailing-whitespace'." :tag "Highlight trailing whitespace." :type 'boolean :group 'font-lock)