a5bd9f6
From a940b1492cc0c066725e5e49882602fb0e5c7399 Mon Sep 17 00:00:00 2001
a5bd9f6
From: Colin Watson <cjwatson@ubuntu.com>
a5bd9f6
Date: Fri, 12 Oct 2012 15:34:33 +0100
a5bd9f6
Subject: [PATCH 052/364] * grub-core/commands/configfile.c (GRUB_MOD_INIT):
a5bd9f6
 Correct description of extract_entries_configfile.
a5bd9f6
a5bd9f6
---
a5bd9f6
 ChangeLog                       | 7 ++++++-
a5bd9f6
 grub-core/commands/configfile.c | 2 +-
a5bd9f6
 2 files changed, 7 insertions(+), 2 deletions(-)
a5bd9f6
a5bd9f6
diff --git a/ChangeLog b/ChangeLog
a5bd9f6
index d0aeab6..9280dba 100644
a5bd9f6
--- a/ChangeLog
a5bd9f6
+++ b/ChangeLog
a5bd9f6
@@ -1,4 +1,9 @@
a5bd9f6
-2012-10-05  Colin Watson  <cjwatson@debian.org>
a5bd9f6
+2012-10-12  Colin Watson  <cjwatson@ubuntu.com>
a5bd9f6
+
a5bd9f6
+	* grub-core/commands/configfile.c (GRUB_MOD_INIT): Correct
a5bd9f6
+	description of extract_entries_configfile.
a5bd9f6
+
a5bd9f6
+2012-10-05  Colin Watson  <cjwatson@ubuntu.com>
a5bd9f6
 
a5bd9f6
 	* grub-core/loader/i386/linux.c (allocate_pages): Fix spelling of
a5bd9f6
 	preferred_address.
a5bd9f6
diff --git a/grub-core/commands/configfile.c b/grub-core/commands/configfile.c
a5bd9f6
index 99c0a24..f2d2abb 100644
a5bd9f6
--- a/grub-core/commands/configfile.c
a5bd9f6
+++ b/grub-core/commands/configfile.c
a5bd9f6
@@ -78,7 +78,7 @@ GRUB_MOD_INIT(configfile)
a5bd9f6
   cmd_extractor_configfile =
a5bd9f6
     grub_register_command ("extract_entries_configfile", grub_cmd_source,
a5bd9f6
 			   N_("FILE"),
a5bd9f6
-			   N_("Load another config file without changing context but take only menu entries.")
a5bd9f6
+			   N_("Load another config file but take only menu entries.")
a5bd9f6
 			   );
a5bd9f6
 
a5bd9f6
   cmd_dot =
a5bd9f6
-- 
a5bd9f6
1.8.1.4
a5bd9f6