aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/srecode.texi
diff options
context:
space:
mode:
authorEli Zaretskii2025-01-19 08:23:23 +0200
committerEli Zaretskii2025-01-19 08:23:23 +0200
commit0f75a01acd3fe880da6884018565870ba800f30e (patch)
treea5538290049d610a7ea551f5a830f8fb9b49d9ca /doc/misc/srecode.texi
parent2a314666e4800639a81ff6562395c3d38cb97e7b (diff)
downloademacs-0f75a01acd3fe880da6884018565870ba800f30e.tar.gz
emacs-0f75a01acd3fe880da6884018565870ba800f30e.zip
; Fix cross-references in Texinfo manuals
Diffstat (limited to 'doc/misc/srecode.texi')
-rw-r--r--doc/misc/srecode.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/srecode.texi b/doc/misc/srecode.texi
index 68c03d5ed6a..8e075da8c07 100644
--- a/doc/misc/srecode.texi
+++ b/doc/misc/srecode.texi
@@ -121,7 +121,7 @@ or add
121into a language hook function to force it on (which is the default) or 121into a language hook function to force it on (which is the default) or
122pass in @code{-1} to force it off. 122pass in @code{-1} to force it off.
123 123
124@xref{SRecode Minor Mode} for more on using the minor mode. 124@xref{SRecode Minor Mode}, for more on using the minor mode.
125 125
126Use the menu to insert templates into the current file. 126Use the menu to insert templates into the current file.
127 127
@@ -238,7 +238,7 @@ template such as a function to be made specific, such as a function
238named foo. The value of a variable can be one of three things; a 238named foo. The value of a variable can be one of three things; a
239string, a list of more dictionaries, or a special 239string, a list of more dictionaries, or a special
240@code{srecode-dictionary-compound-value} object subclass. 240@code{srecode-dictionary-compound-value} object subclass.
241@xref{Variables} for more. 241@xref{Variables}, for more about this.
242 242
243@section Template Insertion 243@section Template Insertion
244The template insertion layer involves extensions to the basic template 244The template insertion layer involves extensions to the basic template
@@ -590,7 +590,7 @@ the variable is an @EIEIO{} object, which is a subclass of
590@code{srecode-dictionary-compound-value}. 590@code{srecode-dictionary-compound-value}.
591 591
592New compound variables can only be setup from Lisp code. 592New compound variables can only be setup from Lisp code.
593@xref{Compound Dictionary Values} for details on setting up compound 593@xref{Compound Dictionary Values}, for details on setting up compound
594variables from Lisp. 594variables from Lisp.
595 595
596@node Templates 596@node Templates