aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/textadept.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/textadept.c b/src/textadept.c
index 6fc3b2a3..26bce179 100644
--- a/src/textadept.c
+++ b/src/textadept.c
@@ -403,7 +403,6 @@ void ce_toggle_focus() {
/**
* Signal for the 'enter' key being pressed in the Lua command entry.
* Evaluates the input text as Lua code.
- * Generates a 'hide_completions' event.
*/
static void c_activated(GtkWidget *widget, gpointer) {
l_ta_command(gtk_entry_get_text(GTK_ENTRY(widget)));