[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * doc/texinfo.texi (Typed Functions): fix parenth
From: |
Patrice Dumas |
Subject: |
branch master updated: * doc/texinfo.texi (Typed Functions): fix parenthesis in example. |
Date: |
Sat, 06 Jul 2024 05:33:52 -0400 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 6056ac5d13 * doc/texinfo.texi (Typed Functions): fix parenthesis in
example.
6056ac5d13 is described below
commit 6056ac5d135a08199551178a2dd6a812676ae5fb
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Jul 6 11:33:39 2024 +0200
* doc/texinfo.texi (Typed Functions): fix parenthesis in example.
---
ChangeLog | 4 ++++
doc/texinfo.texi | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 3aed97119f..81f4d33869 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-07-06 Patrice Dumas <pertusus@free.fr>
+
+ * doc/texinfo.texi (Typed Functions): fix parenthesis in example.
+
2024-06-30 Gavin Smith <gavinsmith0123@gmail.com>
* util/htmlxref.cnf: add R-FAQ.
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index 8c57153157..9c018114cf 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -11064,7 +11064,7 @@ variables. For example, in Perl, returned scalars may
be given the
@var{$result} and @var{$status} name in the following manner:
@example
-@@deftypefn @{Sub@} @{(@@var@{$result@}, @@var@{$status@} =)@} @@
+@@deftypefn @{Sub@} @{(@@var@{$result@}, @@var@{$status@}) =@} @@
process (@@var@{$input@})
@dots{} Set @@var@{$status@} to 0 in case of failure @dots{}
@@end deftypefn
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * doc/texinfo.texi (Typed Functions): fix parenthesis in example.,
Patrice Dumas <=