mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
(describe_translation): Insert newline after key description.
This commit is contained in:
parent
0c39a40329
commit
b902ac2812
1 changed files with 4 additions and 1 deletions
|
|
@ -2117,7 +2117,10 @@ describe_translation (definition)
|
|||
insert_string ("\n");
|
||||
}
|
||||
else if (STRINGP (definition) || VECTORP (definition))
|
||||
insert1 (Fkey_description (definition));
|
||||
{
|
||||
insert1 (Fkey_description (definition));
|
||||
insert_string ("\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
tem1 = Fkeymapp (definition);
|
||||
|
|
|
|||
Loading…
Reference in a new issue