1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00

doc: "!#" does not need to appear on a line of its own.

* doc/ref/api-evaluation.texi (Block Comments): Remove "which must appear on a
  line of their own".  Reported by David Michael <fedora.dm0@gmail.com>.
This commit is contained in:
Ludovic Courtès 2014-08-12 22:23:07 +02:00
parent da6ecd4923
commit 1e9249e0cd

View file

@ -215,8 +215,9 @@ convention is used when indenting code in Emacs' Scheme mode.
In addition to the standard line comments defined by R5RS, Guile has In addition to the standard line comments defined by R5RS, Guile has
another comment type for multiline comments, called @dfn{block another comment type for multiline comments, called @dfn{block
comments}. This type of comment begins with the character sequence comments}. This type of comment begins with the character sequence
@code{#!} and ends with the characters @code{!#}, which must appear on a @code{#!} and ends with the characters @code{!#}.
line of their own. These comments are compatible with the block
These comments are compatible with the block
comments in the Scheme Shell @file{scsh} (@pxref{The Scheme shell comments in the Scheme Shell @file{scsh} (@pxref{The Scheme shell
(scsh)}). The characters @code{#!} were chosen because they are the (scsh)}). The characters @code{#!} were chosen because they are the
magic characters used in shell scripts for indicating that the name of magic characters used in shell scripts for indicating that the name of