diff options
Diffstat (limited to 'src/keymap.c')
| -rw-r--r-- | src/keymap.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/keymap.c b/src/keymap.c index be31f72eec6..d33af68be48 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -2951,9 +2951,11 @@ You type Translation\n\ | |||
| 2951 | to look through. | 2951 | to look through. |
| 2952 | 2952 | ||
| 2953 | If MENTION_SHADOW is nonzero, then when something is shadowed by SHADOW, | 2953 | If MENTION_SHADOW is nonzero, then when something is shadowed by SHADOW, |
| 2954 | don't omit it; instead, mention it but say it is shadowed. */ | 2954 | don't omit it; instead, mention it but say it is shadowed. |
| 2955 | 2955 | ||
| 2956 | void | 2956 | Return whether something was inserted or not. */ |
| 2957 | |||
| 2958 | int | ||
| 2957 | describe_map_tree (Lisp_Object startmap, int partial, Lisp_Object shadow, | 2959 | describe_map_tree (Lisp_Object startmap, int partial, Lisp_Object shadow, |
| 2958 | Lisp_Object prefix, const char *title, int nomenu, int transl, | 2960 | Lisp_Object prefix, const char *title, int nomenu, int transl, |
| 2959 | int always_title, int mention_shadow) | 2961 | int always_title, int mention_shadow) |
| @@ -3063,10 +3065,8 @@ key binding\n\ | |||
| 3063 | skip: ; | 3065 | skip: ; |
| 3064 | } | 3066 | } |
| 3065 | 3067 | ||
| 3066 | if (something) | ||
| 3067 | insert_string ("\n"); | ||
| 3068 | |||
| 3069 | UNGCPRO; | 3068 | UNGCPRO; |
| 3069 | return something; | ||
| 3070 | } | 3070 | } |
| 3071 | 3071 | ||
| 3072 | static int previous_description_column; | 3072 | static int previous_description_column; |