# HG changeset patch # User Juri Linkov # Date 1226882688 0 # Node ID 7f30197e15d89da80c50d5a51a16e6ab60dd7a21 # Parent 1221f267b55c5f71706e8cd659dc15f42b1a99bf (minibuffer-default-add-function): Fix docstring to use clear text "default values" instead of obscure references to the dynamic variable `minibuffer-default'. diff -r 1221f267b55c -r 7f30197e15d8 lisp/simple.el --- 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