aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorIkumi Keita2012-10-04 00:31:56 -0700
committerGlenn Morris2012-10-04 00:31:56 -0700
commitca347e3d404f2da60d955762a7b12de387816560 (patch)
treeac284e00680702ba5470d05d80dd73e542d4cea9 /src
parent26026637d3c30fd6c543db854b098f59ba76b8ca (diff)
downloademacs-ca347e3d404f2da60d955762a7b12de387816560.tar.gz
emacs-ca347e3d404f2da60d955762a7b12de387816560.zip
* src/minibuf.c (Fcompleting_read): Doc fix (tiny change)
Fixes: debbugs:12555
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/minibuf.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 96546df6638..c48ae45a563 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12012-10-04 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
2
3 * minibuf.c (Fcompleting_read): Doc fix. (Bug#12555)
4
12012-09-24 Glenn Morris <rgm@gnu.org> 52012-09-24 Glenn Morris <rgm@gnu.org>
2 6
3 * eval.c (Frun_hook_with_args, Frun_hook_with_args_until_success) 7 * 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,
1687 functions, which use one-indexing for POSITION.) This feature is 1687 functions, which use one-indexing for POSITION.) This feature is
1688 deprecated--it is best to pass nil for INITIAL-INPUT and supply the 1688 deprecated--it is best to pass nil for INITIAL-INPUT and supply the
1689 default value DEF instead. The user can yank the default value into 1689 default value DEF instead. The user can yank the default value into
1690 the minibuffer easily using \\[next-history-element]. 1690 the minibuffer easily using \\<minibuffer-local-map>\\[next-history-element].
1691 1691
1692HIST, if non-nil, specifies a history list and optionally the initial 1692HIST, if non-nil, specifies a history list and optionally the initial
1693 position in the list. It can be a symbol, which is the history list 1693 position in the list. It can be a symbol, which is the history list