diff --git a/ChangeLog b/ChangeLog
index 9f58a68c1c9d69be30685b04e5bc365e1ff05085..2c78d8dee46cef11e269309b40e125ca11b90b9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
 	item from a certain menu in the list of functions.  Until now
 	this accidentally worked, because "Get Help" was the very first
 	item in almost all menus.  Partly fixes Savannah bug #42093.
+	* src/nano.h: MHELP should not be part of MALL, as ^B and ^F and
+	Enter and Backspace and so on don't make any sense there.
 
 2014-04-15  Benno Schulenberg  <bensberg@justemail.net>
 	* src/nano.c (precalc_multicolorinfo): Actually set the intended
diff --git a/src/nano.h b/src/nano.h
index 85e97dba45edcbbf5f3ea054930d6cf6060acf96..5f0cb80ef837fa34692b81892f779d9ded8b8496 100644
--- a/src/nano.h
+++ b/src/nano.h
@@ -553,7 +553,7 @@ enum
 #define MYESNO				(1<<13)
 #define MLINTER				(1<<14)
 /* This isn't really all, but close enough. */
-#define	MALL				(MMAIN|MWHEREIS|MREPLACE|MREPLACE2|MGOTOLINE|MWRITEFILE|MINSERTFILE|MEXTCMD|MSPELL|MBROWSER|MWHEREISFILE|MGOTODIR|MHELP|MLINTER)
+#define	MALL				(MMAIN|MWHEREIS|MREPLACE|MREPLACE2|MGOTOLINE|MWRITEFILE|MINSERTFILE|MEXTCMD|MSPELL|MBROWSER|MWHEREISFILE|MGOTODIR|MLINTER)
 
 /* Control key sequences.  Changing these would be very, very bad. */
 #define NANO_CONTROL_SPACE 0