texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: Roman rather than bold for &rest etc.


From: Gavin D. Smith
Subject: branch master updated: Roman rather than bold for &rest etc.
Date: Sun, 12 Mar 2023 13:15:41 -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 ceff4c19cb Roman rather than bold for &rest etc.
ceff4c19cb is described below

commit ceff4c19cb95a8b78bf0ccb6737ad319d0d7e51e
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Mar 12 17:15:33 2023 +0000

    Roman rather than bold for &rest etc.
    
    * doc/texinfo.tex (\amprm): Use \rm instead of \bf.
    * doc/texinfo.texi (Def Cmd Conventions, Sample Function Definition):
    Update.  Bold gives too much emphasis when compared with the
    headword itself, which is in tt.
---
 ChangeLog        | 9 +++++++++
 doc/texinfo.tex  | 2 +-
 doc/texinfo.texi | 8 ++++----
 3 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ef015547ce..40e569a70f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2023-03-12  Gavin Smith <gavinsmith0123@gmail.com>
+
+       Roman rather than bold for &rest etc.
+
+       * doc/texinfo.tex (\amprm): Use \rm instead of \bf.
+       * doc/texinfo.texi (Def Cmd Conventions, Sample Function Definition):
+       Update.  Bold gives too much emphasis when compared with the
+       headword itself, which is in tt.
+
 2023-03-12  Gavin Smith <gavinsmith0123@gmail.com>
 
        * doc/texinfo.tex (\defname, \printdefname, \defcaption, \docaptionz)
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index ba62d3f7f4..e0d064d542 100644
--- a/doc/texinfo.tex
+++ b/doc/texinfo.tex
@@ -7864,7 +7864,7 @@ might help (with 'rm \jobname.?? \jobname.??s')%
 
 % If we encounter &foo, then turn on ()-hacking afterwards
 \newif\ifampseen
-\def\amprm#1 {\ampseentrue{\bf\&#1 }}
+\def\amprm#1 {\ampseentrue{\rm\&#1 }}
 
 \def\parenfont{%
   \ifampseen
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index b0fded3068..329e926d27 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -12202,10 +12202,10 @@ Here are some possibilities:
 @itemize @bullet
 @item
 Explicitly marking a Lisp keyword like @samp{&@var{keyword}} with
-@code{@@r@{@@b@{&keyword@}@}}, producing @r{@b{&keyword}}.
+@code{@@r@{&keyword@}}, producing @r{&keyword}.
 
 Note such keywords in definition arguments are (at present)
-rendered in bold in @TeX{}, but this formatting is not done in
+rendered in roman in @TeX{}, but this formatting is not done in
 any other output format.
 
 @item
@@ -12281,7 +12281,7 @@ function, @code{apply}, follows immediately after the 
@code{@@defun}
 command and it is followed, on the same line, by the parameter list.
 
 @quotation
-@defun apply function @r{@b{&rest}} arguments
+@defun apply function @r{&rest} arguments
 @code{apply} calls @var{function} with @var{arguments}, just
 like @code{funcall} but with one difference: the last of
 @var{arguments} is a list of arguments to give to
@@ -12316,7 +12316,7 @@ In the Texinfo source file, this example should look 
like this:
 
 @example
 @group
-@@defun apply function @@r@{@@b@{&rest@}@} arguments
+@@defun apply function @@r@{&rest@} arguments
 @@code@{apply@} calls @@var@{function@} with
 @@var@{arguments@}, just like @@code@{funcall@} but with one
 difference: the last of @@var@{arguments@} is a list of



reply via email to

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