diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-07-29 10:44:39 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-07-29 10:44:39 +0100 |
| commit | 3da9458b5ece9d4d1593cea91dbde72415d0ce99 (patch) | |
| tree | 9ce271c27dd3f99969f321d42e1cf07085f3b30e /src | |
| parent | 12e0f46e256866b6771c388ff9aa0b097c86efd5 (diff) | |
| parent | b7e232d230401d8ffa340023994a78b196ccad2f (diff) | |
Merge remote-tracking branch 'lenormf/autoinfo_number'
Diffstat (limited to 'src')
| -rw-r--r-- | src/normal.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/normal.cc b/src/normal.cc index dea10516..7613258c 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -942,7 +942,8 @@ void select_object(Context& context, NormalParams params) "p: paragraph \n" "␣: whitespaces \n" "i: indent \n" - "u: argument \n"); + "u: argument \n" + "n: number \n"); } template<Key::NamedKey key> |
