From df95118e8331950fc62cd243c40947eb8cc8845a Mon Sep 17 00:00:00 2001 From: YugaEgo Date: Sat, 6 Aug 2022 15:20:09 +0300 Subject: [PATCH] Link from (emacs)Init Syntax to (elisp)Introduction * doc/emacs/custom.texi (Init Syntax): Link to the ELisp manual (Bug#56870) --- doc/emacs/custom.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index 094b8b11f6a..2d63b2a7175 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -2434,6 +2434,9 @@ keys which send non-@acronym{ASCII} characters. Write a single-quote (@code{'}) followed by the Lisp object you want. @end table + For more information on the Emacs Lisp syntax, @pxref{Introduction,,, +elisp, The Emacs Lisp Reference Manual}. + @node Init Examples @subsection Init File Examples -- 2.39.2