Mercurial > emacs
changeset 99643:7f30197e15d8
(minibuffer-default-add-function): Fix docstring to
use clear text "default values" instead of obscure references to
the dynamic variable `minibuffer-default'.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 17 Nov 2008 00:44:48 +0000 |
parents | 1221f267b55c |
children | d3c50b9c8894 |
files | lisp/simple.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Mon Nov 17 00:43:58 2008 +0000 +++ b/lisp/simple.el Mon Nov 17 00:44:48 2008 +0000 @@ -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