diff src/input.h @ 3804:4073be5aefa1

[project @ 2001-02-28 08:36:04 by jwe]
author jwe
date Wed, 28 Feb 2001 08:38:39 +0000
parents bf6116ca10eb
children 55648fc616c8
line wrap: on
line diff
--- a/src/input.h
+++ b/src/input.h
@@ -72,7 +72,7 @@
 // A line of input.
 extern std::string current_input_line;
 
-// TRUE after a call to completion_matches().
+// TRUE after a call to completion_matches.
 extern bool octave_completion_matches_called;
 
 extern std::string gnu_readline (const std::string& s, bool force_readline = false);