diff lisp/byte-optimize.el @ 547:cf82e22962ce

[xemacs-hg @ 2001-05-20 06:00:18 by martinb] doc fix
author martinb
date Sun, 20 May 2001 06:00:18 +0000
parents 5aa1854ad537
children 1638aacf421d
line wrap: on
line diff
--- a/lisp/byte-optimize.el	Sun May 20 01:17:16 2001 +0000
+++ b/lisp/byte-optimize.el	Sun May 20 06:00:18 2001 +0000
@@ -704,7 +704,7 @@
 ;;; is not a marker or if it appears in other arithmetic).
 
 ;;; But this degree of paranoia is normally unjustified, so optimize unless
-;;; the user has done (declaim (safety 3)).  Implemented in bytecomp.el.
+;;; the user has done (declaim (optimize (safety 3))).  See bytecomp.el.
 
 (defun byte-optimize-plus (form)
   (byte-optimize-predicate (byte-optimize-delay-constants-math form 1 '+)))