changeset 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 666d73d6ac56
children 0f4bdbb07414
files lisp/byte-optimize.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 '+)))