From 64219dc1f032aad23167d7758540379e08feac33 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Fri, 23 Jul 2010 09:54:08 +0200 Subject: [PATCH] \? -> ? by Johan Danielsson of Heimdal project http://github.com/heimdal/heimdal --- man/editline.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/editline.3 b/man/editline.3 index 58ecdaf..fe5b8d3 100644 --- a/man/editline.3 +++ b/man/editline.3 @@ -102,7 +102,7 @@ ESC\ ^H Delete previous word (backspace key) [n] ESC\ DEL Delete previous word (delete key) [n] ESC\ SP Set the mark (space key); see ^X^X and ^Y above ESC\ \. Get the last (or [n]'th) word from previous line -ESC\ \? Show possible completions; see below +ESC\ ? Show possible completions; see below ESC\ < Move to start of history ESC\ > Move to end of history ESC\ b Move backward a word [n]