From ca347e3d404f2da60d955762a7b12de387816560 Mon Sep 17 00:00:00 2001 From: Ikumi Keita Date: Thu, 4 Oct 2012 00:31:56 -0700 Subject: [PATCH] * src/minibuf.c (Fcompleting_read): Doc fix (tiny change) Fixes: debbugs:12555 --- src/ChangeLog | 4 ++++ src/minibuf.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 96546df6638..c48ae45a563 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-10-04 Ikumi Keita (tiny change) + + * minibuf.c (Fcompleting_read): Doc fix. (Bug#12555) + 2012-09-24 Glenn Morris * eval.c (Frun_hook_with_args, Frun_hook_with_args_until_success) diff --git a/src/minibuf.c b/src/minibuf.c index a9bdf06b735..09046738ab9 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1687,7 +1687,7 @@ If INITIAL-INPUT is non-nil, insert it in the minibuffer initially, functions, which use one-indexing for POSITION.) This feature is deprecated--it is best to pass nil for INITIAL-INPUT and supply the default value DEF instead. The user can yank the default value into - the minibuffer easily using \\[next-history-element]. + the minibuffer easily using \\\\[next-history-element]. HIST, if non-nil, specifies a history list and optionally the initial position in the list. It can be a symbol, which is the history list -- 2.39.5