aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2025-02-24 22:33:04 +0100
committerPhilip Kaludercic <philipk@posteo.net>2025-02-24 22:33:07 +0100
commit188a7b84d84d43f37a71d52236dc63cd7a57e364 (patch)
tree4800882f99a2bd185859d0c8c0b0e06583dab1a0
parent644d8a51c824b9e99669e9f0870e21e0bd16cfdf (diff)
compat.texi: Fix broken reference to the Elisp manual
-rw-r--r--compat.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/compat.texi b/compat.texi
index 861f34c..ac57b0f 100644
--- a/compat.texi
+++ b/compat.texi
@@ -3728,9 +3728,10 @@ This macro increments the number stored in @var{place} by one, or
by @var{delta} if specified. It returns the incremented value.
@var{place} can be a symbol or a generalized variable,
-@pxref{Generalized Variables}. For example, @w{@samp{(incf i)}} is
-equivalent to @w{@samp{(setq i (1+ i))}}, and @w{@samp{(incf (car x)
-2)}} is equivalent to @w{@samp{(setcar x (+ (car x) 2))}}.
+@pxref{generalised variable,Generalized Variables,,elisp}. For example,
+@w{@samp{(incf i)}} is equivalent to @w{@samp{(setq i (1+ i))}}, and
+@w{@samp{(incf (car x) 2)}} is equivalent to @w{@samp{(setcar x (+ (car
+x) 2))}}.
@end defmac
@c copied from lispref/numbers.texi