[gtksourceview/gnome-3-24] docs: empty lines are not indented by gtk_source_view_indent_lines()



commit cfdff60d37dc33fdaf68ebf2e28ae879c0655b58
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Sep 9 12:36:27 2017 +0200

    docs: empty lines are not indented by gtk_source_view_indent_lines()

 gtksourceview/gtksourceview.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtksourceview/gtksourceview.c b/gtksourceview/gtksourceview.c
index 0a60446..47e585a 100644
--- a/gtksourceview/gtksourceview.c
+++ b/gtksourceview/gtksourceview.c
@@ -3215,8 +3215,8 @@ get_indent_string (guint tabs,
  * @start: #GtkTextIter of the first line to indent
  * @end: #GtkTextIter of the last line to indent
  *
- * Insert one indentation level at the beginning of the
- * specified lines.
+ * Inserts one indentation level at the beginning of the specified lines. The
+ * empty lines are not indented.
  *
  * Since: 3.16
  */


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