diff options
| author | Glenn Morris | 2012-10-05 00:38:05 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-10-05 00:38:05 -0700 |
| commit | e8757f091a502b858912a4c267210e009227d6e6 (patch) | |
| tree | b8d9354bebd57d6d96c0bb2196f1119bd82c2943 /src | |
| parent | 735135f9bc3c01b91ffef7c418dd9281bc347ab7 (diff) | |
| parent | d259be38357793eb743ed2813d6f72a3d7728624 (diff) | |
| download | emacs-e8757f091a502b858912a4c267210e009227d6e6.tar.gz emacs-e8757f091a502b858912a4c267210e009227d6e6.zip | |
Merge from emacs-24; up to 2012-05-08T14:11:47Z!monnier@iro.umontreal.ca
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 85a4c829063..396240bb7b8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-10-05 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change) | ||
| 2 | |||
| 3 | * minibuf.c (Fcompleting_read): Doc fix. (Bug#12555) | ||
| 4 | |||
| 1 | 2012-10-04 Eli Zaretskii <eliz@gnu.org> | 5 | 2012-10-04 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * w32.c (utime): Test for INVALID_HANDLE_VALUE, not for NULL, to | 7 | * w32.c (utime): Test for INVALID_HANDLE_VALUE, not for NULL, to |
diff --git a/src/minibuf.c b/src/minibuf.c index 6f9c61dcfb1..dd4ca34c3fb 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -1703,7 +1703,7 @@ If INITIAL-INPUT is non-nil, insert it in the minibuffer initially, | |||
| 1703 | functions, which use one-indexing for POSITION.) This feature is | 1703 | functions, which use one-indexing for POSITION.) This feature is |
| 1704 | deprecated--it is best to pass nil for INITIAL-INPUT and supply the | 1704 | deprecated--it is best to pass nil for INITIAL-INPUT and supply the |
| 1705 | default value DEF instead. The user can yank the default value into | 1705 | default value DEF instead. The user can yank the default value into |
| 1706 | the minibuffer easily using \\[next-history-element]. | 1706 | the minibuffer easily using \\<minibuffer-local-map>\\[next-history-element]. |
| 1707 | 1707 | ||
| 1708 | HIST, if non-nil, specifies a history list and optionally the initial | 1708 | HIST, if non-nil, specifies a history list and optionally the initial |
| 1709 | position in the list. It can be a symbol, which is the history list | 1709 | position in the list. It can be a symbol, which is the history list |