small package lock documentation cleanup
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 18 Nov 2011 12:53:47 +0000 (14:53 +0200)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 18 Nov 2011 12:54:54 +0000 (14:54 +0200)
  "cause result in a..." Feh. Me good english yes.

  Also mention the compile-time warning for clarity.

doc/manual/package-locks-extended.texinfo

index 5f983ec..724437c 100644 (file)
@@ -81,9 +81,9 @@ Unless explicitly altered by @code{defpackage},
 @findex @sbext{disable-package-locks}
 @findex @sbext{enable-package-locks}
 
-Lexical bindings or declarations that violate package locks cause
-result in a @code{program-error} being signalled at when the form that
-violates package locks would be executed.
+Lexical bindings or declarations that violate package locks cause a
+compile-time warning, and a runtime @code{program-error} when the form
+that violates package locks would be executed.
 
 A complete listing of operators affect by this is: @code{let},
 @code{let*}, @code{flet}, @code{labels}, @code{macrolet}, and