From c0afd92943bd6895a1827cd7de9238e4442ecb1e Mon Sep 17 00:00:00 2001 From: John Foerch Date: Mon, 3 Dec 2012 17:31:15 -0500 Subject: [PATCH] text_entry_minibuffer_state: correct a comment --- modules/minibuffer-read.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/minibuffer-read.js b/modules/minibuffer-read.js index 94babb5..be35ed3 100644 --- a/modules/minibuffer-read.js +++ b/modules/minibuffer-read.js @@ -182,9 +182,9 @@ text_entry_minibuffer_state.prototype = { tree.view = new completions_tree_view(this); this.completions_display_element = tree; - /* This is the initial loading of this minibuffer - * state. If this.complete_initial is true, generate - * completions. */ + // This is the initial loading of this minibuffer state. + // If this.auto_complete_initial is true, generate + // completions. if (this.auto_complete_initial) this.handle_input(); } -- 2.11.4.GIT