diff options
| author | YugaEgo | 2022-08-06 15:20:09 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-08-06 16:18:02 +0300 |
| commit | df95118e8331950fc62cd243c40947eb8cc8845a (patch) | |
| tree | 483af1e7269d59340fd24224de563bcbc69e88da | |
| parent | 7793cf0c3dc5d4d6eaa4dbdd483fc0bd537fb192 (diff) | |
| download | emacs-df95118e8331950fc62cd243c40947eb8cc8845a.tar.gz emacs-df95118e8331950fc62cd243c40947eb8cc8845a.zip | |
Link from (emacs)Init Syntax to (elisp)Introduction
* doc/emacs/custom.texi (Init Syntax): Link to the ELisp manual (Bug#56870)
| -rw-r--r-- | doc/emacs/custom.texi | 3 |
1 files changed, 3 insertions, 0 deletions
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. | |||
| 2434 | Write a single-quote (@code{'}) followed by the Lisp object you want. | 2434 | Write a single-quote (@code{'}) followed by the Lisp object you want. |
| 2435 | @end table | 2435 | @end table |
| 2436 | 2436 | ||
| 2437 | For more information on the Emacs Lisp syntax, @pxref{Introduction,,, | ||
| 2438 | elisp, The Emacs Lisp Reference Manual}. | ||
| 2439 | |||
| 2437 | @node Init Examples | 2440 | @node Init Examples |
| 2438 | @subsection Init File Examples | 2441 | @subsection Init File Examples |
| 2439 | 2442 | ||