summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaphne Pfister <daphnediane@mac.com>2015-02-06 01:21:56 -0500
committerAlan Coopersmith <alan.coopersmith@oracle.com>2015-02-05 22:29:06 -0800
commit4508750217b3d3ba4e2c4491ba80cfd33b6dff85 (patch)
treebb9bfe1e31ca7a6e1c06b2351abddea4f8baf4e8
parentd0026b068e21b1919a1058339ae62912524443d6 (diff)
Fixes misplaced shortcut in man page: #89003
The shortcut Meta-h was on the wrong row in the man page. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=89003 Signed-off-by: Daphne Pfister <daphnediane@mac.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--man/xmh.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/xmh.man b/man/xmh.man
index 3ddc47b..f91945b 100644
--- a/man/xmh.man
+++ b/man/xmh.man
@@ -645,7 +645,7 @@ Ctrl-h Delete Previous Character
Ctrl-j Newline And Indent
Ctrl-k Kill To End Of Line
Ctrl-l Redraw Display
-Ctrl-m Newline Meta-h
+Ctrl-m Newline
Ctrl-n Next Line
Ctrl-o Newline And Backup
Ctrl-p Previous Line
@@ -667,7 +667,7 @@ Meta-y Insert Current Selection
Meta-z Scroll One Line Down
Meta-d Delete Next Word
Meta-D Kill Word
-Delete Previous Word
+Meta-h Delete Previous Word
Meta-H Backward Kill Word
Meta-< Beginning Of File
Meta-> End Of File