# HG changeset patch # User Glenn Morris # Date 1188962517 0 # Node ID 5ec8fe8efb1e7c9ddd7a5997e8d1a00cbe78e5c6 # Parent 6d84345ebed10c0dde24615dc1f7d9f6d6fe2e73 Improve wording of previous change. diff -r 6d84345ebed1 -r 5ec8fe8efb1e man/custom.texi --- a/man/custom.texi Wed Sep 05 03:19:38 2007 +0000 +++ b/man/custom.texi Wed Sep 05 03:21:57 2007 +0000 @@ -1229,10 +1229,9 @@ as local variables, and changing them can be dangerous. If a file contains only risky local variables, Emacs neither offers nor accepts @kbd{!} as input at the confirmation prompt. If some of the local -variables in a file are risky, and some are only potentially unsafe, -@kbd{!} is an option at the prompt. If you enter @kbd{!} in this case, -all the local variables are applied, but only the non-risky ones are -marked as safe for the future. If you really want to +variables in a file are risky, and some are only potentially unsafe, you +can enter @kbd{!} at the prompt. It applies all the variables, but only +marks the non-risky ones as safe for the future. If you really want to record safe values for risky variables, do it directly by customizing @samp{safe-local-variable-values} (@pxref{Easy Customization}).