emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master e887f6e: ; * doc/lispref/os.texi: Fix indentation o


From: Juanma Barranquero
Subject: [Emacs-diffs] master e887f6e: ; * doc/lispref/os.texi: Fix indentation of sample code.
Date: Wed, 11 Nov 2015 17:44:32 +0000

branch: master
commit e887f6e33bd22eee5102f85c04397483169a1722
Author: Juanma Barranquero <address@hidden>
Commit: Juanma Barranquero <address@hidden>

    ; * doc/lispref/os.texi: Fix indentation of sample code.
---
 doc/lispref/os.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index 1345ed2..53aa0e1 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -2893,7 +2893,7 @@ of setting this variable for supporting images on 
MS-Windows:
         (svg "librsvg-2-2.dll")
         (gdk-pixbuf "libgdk_pixbuf-2.0-0.dll")
         (glib "libglib-2.0-0.dll")
-       (gobject "libgobject-2.0-0.dll")))
+        (gobject "libgobject-2.0-0.dll")))
 @end example
 
 Note that image types @code{pbm} and @code{xbm} do not need entries in



reply via email to

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