summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2007-08-22 16:08:42 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2007-08-22 16:08:42 +0000
commitff1104509225439f10da8e3e187fcfe5ff78bdeb (patch)
treef5ae9aef26435b044404c9cbfeb1b3d5b20c888c /lispref
parent5aa273b0a6dd11613e96f3350d748751e1c43cf0 (diff)
downloademacs-ff1104509225439f10da8e3e187fcfe5ff78bdeb.tar.gz
(byte-compile-from-buffer): Display a big fat warning for old style backquotes.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/macros.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/macros.texi b/lispref/macros.texi
index 6dea53ac983..b62c8b99d74 100644
--- a/lispref/macros.texi
+++ b/lispref/macros.texi
@@ -365,7 +365,7 @@ whitespace between the @samp{`}, @samp{,} or @samp{,@@} and the
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