[vte/vte-0-64] widget: Docs fix



commit a913a6de14047c1939b84617f2dd483d37e89194
Author: Christian Persch <chpe src gnome org>
Date:   Thu May 20 19:39:43 2021 +0200

    widget: Docs fix
    
    Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/357
    (cherry picked from commit 9eab17c8bc0f77faf3641e0d50083bb669b5656e)

 src/vtegtk.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/vtegtk.cc b/src/vtegtk.cc
index 0a26f976..c68a0f1a 100644
--- a/src/vtegtk.cc
+++ b/src/vtegtk.cc
@@ -3054,7 +3054,7 @@ catch (...)
  * vte_terminal_select_all:
  * @terminal: a #VteTerminal
  *
- * Selects all text within the terminal (including the scrollback buffer).
+ * Selects all text within the terminal (not including the scrollback buffer).
  */
 void
 vte_terminal_select_all (VteTerminal *terminal) noexcept


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