diff options
author | Ikumi Keita <ikumi@ikumi.que.jp> | 2012-10-04 00:31:56 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-10-04 00:31:56 -0700 |
commit | ca347e3d404f2da60d955762a7b12de387816560 (patch) | |
tree | ac284e00680702ba5470d05d80dd73e542d4cea9 /src/minibuf.c | |
parent | 26026637d3c30fd6c543db854b098f59ba76b8ca (diff) | |
download | emacs-ca347e3d404f2da60d955762a7b12de387816560.tar.gz |
* src/minibuf.c (Fcompleting_read): Doc fix (tiny change)
Fixes: debbugs:12555
Diffstat (limited to 'src/minibuf.c')
-rw-r--r-- | src/minibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 \\<minibuffer-local-map>\\[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 |