texinfo strong note
authorBarak A. Pearlmutter <barak+git@cs.nuim.ie>
Mon, 12 Aug 2013 13:22:26 +0000 (15:22 +0200)
committerTaylor R Campbell <campbell@mumble.net>
Fri, 30 Aug 2013 15:52:05 +0000 (15:52 +0000)
Mollify makeinfo with regard to this issue:

$ makeinfo --output=mit-scheme-user.info user.texinfo
user.texinfo:1552: warning: @strong{Note...} produces a spurious cross-reference in Info; reword to avoid that.

The relevant portion of the manual states:

    Caution: Do not use `@strong' with the word `Note'; Info will
    mistake the combination for a cross reference.  (It's usually
    redundant, anyway.)  Use a phrase such as *Please notice* or
    *Caution* instead, or ...

doc/user-manual/user.texinfo

index e64a42bd0a3327c69c75205ff722c3721dc438cf..c7d2311465297b74b51ef81060840af01394466c 100644 (file)
@@ -1577,7 +1577,7 @@ storage available after collection, an exact non-negative integer.
 to system tasks after the need for a garbage collection is detected and
 before the garbage collector is started.  (An example of such a system
 task is changing the run-light to show ``gc'' when scheme is running
-under Emacs.)  @strong{Note well} that you should not specify
+under Emacs.)  @strong{Caution:} you should not specify
 @var{safety-margin} unless you know what you are doing.  If you specify
 a value that is too small, you can put Scheme in an unusable state.
 @end deffn