texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: * doc/texinfo-tex-test.texi (Style commands, Defi


From: Gavin D. Smith
Subject: branch master updated: * doc/texinfo-tex-test.texi (Style commands, Definitions): Some tests of conditions.
Date: Sat, 13 Aug 2022 13:25:18 -0400

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new dfe051f6b0 * doc/texinfo-tex-test.texi (Style commands, Definitions): 
Some tests of conditions.
dfe051f6b0 is described below

commit dfe051f6b02994d38fc1a59af8b2a65a0e06fbe9
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Aug 13 18:25:09 2022 +0100

    * doc/texinfo-tex-test.texi (Style commands, Definitions):
    Some tests of conditions.
---
 ChangeLog                 |  5 +++++
 doc/texinfo-tex-test.texi | 35 ++++++++++++++++++++++++++++++++++-
 2 files changed, 39 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 2a8d533a51..450f3a27c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-08-13  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * doc/texinfo-tex-test.texi (Style commands, Definitions):
+       Some tests of conditions.
+
 2022-08-13  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * doc/texinfo.tex (\ifflagcclear): New macro, to check if
diff --git a/doc/texinfo-tex-test.texi b/doc/texinfo-tex-test.texi
index e414ae6417..74c9b2300a 100644
--- a/doc/texinfo-tex-test.texi
+++ b/doc/texinfo-tex-test.texi
@@ -1768,8 +1768,27 @@ Check typewriter [ and ] on def line with @code{@@t}:
 Do something depending on @var{font}.
 @end defun
 
+With @code{@@deftypefnnewline}
 
-@section Style commands
+@deftypefnnewline on
+
+@deftypefn {Functionoid} {long int} foo (int @var{bar})
+@dots{} do something with @var{bar}
+@end deftypefn
+
+With @code{@@set txidefnamenospace}
+
+@deftypefnnewline off
+@set txidefnamenospace
+
+@deftypefn {Functionoid} {long int} foo2 (int @var{bar})
+@dots{} do something with @var{bar}
+@end deftypefn
+
+
+
+
+@chapter Style commands
 
 @code{@@var} should reset space factor, while
 @code{@@dfn} doesn't, so second line should have slightly larger space.
@@ -1778,6 +1797,20 @@ Do something depending on @var{font}.
 
 @dfn{Stop.} Following text.
 
+@section Code quote
+
+@code{`foo'}
+
+@codequoteundirected on
+@codequotebacktick on
+
+@code{`foo'}
+
+@codequoteundirected off
+@codequotebacktick off
+
+@code{`foo'}
+
 
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]