diff options
| author | Ikumi Keita | 2012-10-04 00:31:56 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-10-04 00:31:56 -0700 |
| commit | ca347e3d404f2da60d955762a7b12de387816560 (patch) | |
| tree | ac284e00680702ba5470d05d80dd73e542d4cea9 /src | |
| parent | 26026637d3c30fd6c543db854b098f59ba76b8ca (diff) | |
| download | emacs-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/ChangeLog | 4 | ||||
| -rw-r--r-- | src/minibuf.c | 2 |
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 @@ | |||
| 1 | 2012-10-04 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change) | ||
| 2 | |||
| 3 | * minibuf.c (Fcompleting_read): Doc fix. (Bug#12555) | ||
| 4 | |||
| 1 | 2012-09-24 Glenn Morris <rgm@gnu.org> | 5 | 2012-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 | ||
| 1692 | HIST, if non-nil, specifies a history list and optionally the initial | 1692 | HIST, 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 |