diff lispref/macros.texi @ 78615:bd2ba451e2af

(byte-compile-from-buffer): Display a big fat warning for old style backquotes.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 22 Aug 2007 16:08:42 +0000
parents 5f1faa6dd963
children a1e16e813aed b83d0dadb2a7
line wrap: on
line diff
--- a/lispref/macros.texi	Wed Aug 22 15:55:10 2007 +0000
+++ b/lispref/macros.texi	Wed Aug 22 16:08:42 2007 +0000
@@ -365,7 +365,7 @@
 following expression.
 
 This syntax is still accepted, for compatibility with old Emacs
-versions, but we recommend not using it in new programs.
+versions, but support for it will soon disappear.
 
 @node Problems with Macros
 @section Common Problems Using Macros