emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/simple.el,v


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el,v
Date: Mon, 17 Nov 2008 00:44:49 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     08/11/17 00:44:49

Index: simple.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/simple.el,v
retrieving revision 1.952
retrieving revision 1.953
diff -u -b -r1.952 -r1.953
--- simple.el   30 Oct 2008 17:03:34 -0000      1.952
+++ simple.el   17 Nov 2008 00:44:48 -0000      1.953
@@ -1323,8 +1323,8 @@
 (defvar minibuffer-temporary-goal-position nil)
 
 (defvar minibuffer-default-add-function 'minibuffer-default-add-completions
-  "Function run by `goto-history-element' before consuming 
`minibuffer-default'.
-This is useful to dynamically add more elements to the list 
`minibuffer-default'
+  "Function run by `goto-history-element' before consuming default values.
+This is useful to dynamically add more elements to the list of default values
 when `goto-history-element' reaches the end of this list.
 Before calling this function `goto-history-element' sets the variable
 `minibuffer-default-add-done' to t, so it will call this function only




reply via email to

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