bug#30941: Documentation bug.

2018-06-18 Thread Ludovic Courtès
Fis Trivial skribis: > There is a example code snippet written in c. In the middle of that > snippet: > > #+BEGIN_SRC c > > static SCM image_type image_type; > > #+END_SRC Indeed. Fixed, thanks! Ludo'.

bug#30941: Documentation bug.

2018-03-25 Thread Fis Trivial
On the subject: Defining Foreign Object Types at https://www.gnu.org/software/guile/manual/html_node/Defining-Foreign-Object-Types.html#Defining-Foreign-Object-Types There is a example code snippet written in c. In the middle of that snippet: #+BEGIN_SRC c static SCM image_type image_type; #+E