diff src/variables.h @ 4208:e96f52432059

[project @ 2002-12-03 19:48:57 by jwe]
author jwe
date Tue, 03 Dec 2002 19:48:57 +0000
parents 139f5273d0f8
children 610671be8792
line wrap: on
line diff
--- a/src/variables.h	Tue Dec 03 18:22:51 2002 +0000
+++ b/src/variables.h	Tue Dec 03 19:48:57 2002 +0000
@@ -43,7 +43,7 @@
 extern void initialize_symbol_tables (void);
 
 extern bool is_builtin_variable (const std::string&);
-extern bool is_text_function_name (const std::string&);
+extern bool is_command_name (const std::string&);
 extern bool is_mapper_function_name (const std::string&);
 extern bool is_builtin_function_name (const std::string&);
 extern bool is_globally_visible (const std::string&);