summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2021-05-20 19:39:43 +0200
committerChristian Persch <chpe@src.gnome.org>2021-05-20 19:40:43 +0200
commita913a6de14047c1939b84617f2dd483d37e89194 (patch)
tree161fb0ad4abda15172f501df9c177fea7719a712
parent08a3a3c61c96c16cd17bec7526cc531be7b56729 (diff)
downloadvte-a913a6de14047c1939b84617f2dd483d37e89194.tar.gz
widget: Docs fix0.64.2
Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/357 (cherry picked from commit 9eab17c8bc0f77faf3641e0d50083bb669b5656e)
-rw-r--r--src/vtegtk.cc2
1 files changed, 1 insertions, 1 deletions
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