diff options
| author | Eli Zaretskii | 2025-01-19 08:23:23 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2025-01-19 08:23:23 +0200 |
| commit | 0f75a01acd3fe880da6884018565870ba800f30e (patch) | |
| tree | a5538290049d610a7ea551f5a830f8fb9b49d9ca /doc/misc/srecode.texi | |
| parent | 2a314666e4800639a81ff6562395c3d38cb97e7b (diff) | |
| download | emacs-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.texi | 6 |
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 | |||
| 121 | into a language hook function to force it on (which is the default) or | 121 | into a language hook function to force it on (which is the default) or |
| 122 | pass in @code{-1} to force it off. | 122 | pass 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 | ||
| 126 | Use the menu to insert templates into the current file. | 126 | Use 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 | |||
| 238 | named foo. The value of a variable can be one of three things; a | 238 | named foo. The value of a variable can be one of three things; a |
| 239 | string, a list of more dictionaries, or a special | 239 | string, 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 |
| 244 | The template insertion layer involves extensions to the basic template | 244 | The 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 | ||
| 592 | New compound variables can only be setup from Lisp code. | 592 | New 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 |
| 594 | variables from Lisp. | 594 | variables from Lisp. |
| 595 | 595 | ||
| 596 | @node Templates | 596 | @node Templates |