diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-07-04 14:55:42 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-07-04 14:55:42 +0300 |
commit | 31ed5a8c12b23011d23ccaec2b7a8d532013c83e (patch) | |
tree | c074a7405f8a26d7f1893bb224aaf6e6dcc5f764 /doc/misc/srecode.texi | |
parent | 28fcdb521922db56a30f75f7d3e656fcb8ef6bd7 (diff) | |
download | emacs-31ed5a8c12b23011d23ccaec2b7a8d532013c83e.tar.gz emacs-31ed5a8c12b23011d23ccaec2b7a8d532013c83e.tar.bz2 emacs-31ed5a8c12b23011d23ccaec2b7a8d532013c83e.zip |
Avoid deprecation warnings with Texinfo 6.8
* doc/lispref/functions.texi (Function Safety):
* doc/misc/srecode.texi (Parts of SRecode):
* doc/misc/wisent.texi (Wisent Semantic, Wisent Lex):
* doc/misc/pcl-cvs.texi (Editing files):
* doc/misc/bovine.texi (top, Starting Rules)
(Bovine Grammar Rules, How Lexical Tokens Match)
(Optional Lambda Expression):
* doc/emacs/msdos.texi (Windows Keyboard):
* doc/emacs/buffers.texi (Several Buffers):
* doc/emacs/text.texi (Text): Avoid using @inforef, which is
deprecated.
Diffstat (limited to 'doc/misc/srecode.texi')
-rw-r--r-- | doc/misc/srecode.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/srecode.texi b/doc/misc/srecode.texi index a0e999b6812..1f7473c151a 100644 --- a/doc/misc/srecode.texi +++ b/doc/misc/srecode.texi @@ -259,7 +259,7 @@ contexts to have the same name. Some standard contexts are @code{file}, @code{declaration}, and @code{classdecl}. A context can be automatically derived as well based on the parsing -state from @i{Semantic}. @inforef{Top, Semantic Manual, semantic}. +state from @i{Semantic}. @xref{Top, Semantic Manual,, semantic}. @section Applications Commands that do a particular user task which involves also writing |