texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/texinfo.texi (Line macros): Add space in ex


From: Gavin D. Smith
Subject: branch master updated: * doc/texinfo.texi (Line macros): Add space in example before line continuation character. Add index entries.
Date: Thu, 06 Apr 2023 06:25:49 -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 693b332762 * doc/texinfo.texi (Line macros): Add space in example 
before line continuation character.  Add index entries.
693b332762 is described below

commit 693b3327626895f89dd60d48c994e03ed5eecd5f
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Apr 6 11:25:40 2023 +0100

    * doc/texinfo.texi (Line macros): Add space in example before
    line continuation character.  Add index entries.
---
 ChangeLog        | 5 +++++
 doc/texinfo.texi | 7 +++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1ab66aba20..9e0dd3838f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-04-06  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.texi (Line macros): Add space in example before
+       line continuation character.  Add index entries.
+
 2023-04-06  Gavin Smith <gavinsmith0123@gmail.com>
 
        * TODO.HTML: Update location of webkitgtk-info sources
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index 2b7e0672af..c3448c93df 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -14049,6 +14049,9 @@ letters.
 @node Line Macros
 @section Line Macros
 
+@findex linemacro
+@cindex Line macros
+@cindex Macros taking whole line as an argument
 You can also define a macro using the @samp{@@linemacro} command.
 The syntax for line macro definitions is similar to that for
 @code{@@macro}.
@@ -14114,7 +14117,7 @@ Another example:
 @@end linemacro
 
 @@defblock
-@@deffunc @{long int@} F (int @@var@{one@}, int @@var@{two@},@@
+@@deffunc @{long int@} F (int @@var@{one@}, int @@var@{two@}, @@
 int @@var@{three@}, int @@var@{four@}, int @@var@{five@})
 Explanation
 @@end defblock
@@ -14131,7 +14134,7 @@ for @code{F}.
 @end linemacro
 
 @defblock
-@deffunc {long int} F (int @var{one}, int @var{two},@
+@deffunc {long int} F (int @var{one}, int @var{two}, @
 int @var{three}, int @var{four}, int @var{five})
 Explanation
 @end defblock



reply via email to

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