emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108155: * src/minibuf.c (Fcomplet


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108155: * src/minibuf.c (Fcompleting_read): Doc fix (tiny change)
Date: Thu, 04 Oct 2012 00:31:56 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108155
fixes bug: http://debbugs.gnu.org/12555
author: Ikumi Keita <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Thu 2012-10-04 00:31:56 -0700
message:
  * src/minibuf.c (Fcompleting_read): Doc fix (tiny change)
modified:
  src/ChangeLog
  src/minibuf.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-09-24 07:12:35 +0000
+++ b/src/ChangeLog     2012-10-04 07:31:56 +0000
@@ -1,3 +1,7 @@
+2012-10-04  Ikumi Keita  <address@hidden>  (tiny change)
+
+       * minibuf.c (Fcompleting_read): Doc fix.  (Bug#12555)
+
 2012-09-24  Glenn Morris  <address@hidden>
 
        * eval.c (Frun_hook_with_args, Frun_hook_with_args_until_success)

=== modified file 'src/minibuf.c'
--- a/src/minibuf.c     2012-01-28 03:04:55 +0000
+++ b/src/minibuf.c     2012-10-04 07:31:56 +0000
@@ -1687,7 +1687,7 @@
   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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]