From 188a7b84d84d43f37a71d52236dc63cd7a57e364 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Mon, 24 Feb 2025 22:33:04 +0100 Subject: compat.texi: Fix broken reference to the Elisp manual --- compat.texi | 7 ++++--- 1 file 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 -- cgit v1.0