# HG changeset patch # User Kim F. Storm # Date 1147035125 0 # Node ID 4b4be784a6c8a6d94261f02c8eaaf529e24ad018 # Parent 111b83914201c7e55ee56619f2e11d8cc309636f (Minibuffer History): Remove keep-dups arg from add-to-history. diff -r 111b83914201 -r 4b4be784a6c8 lispref/minibuf.texi --- a/lispref/minibuf.texi Sun May 07 20:49:16 2006 +0000 +++ b/lispref/minibuf.texi Sun May 07 20:52:05 2006 +0000 @@ -449,7 +449,7 @@ history list symbol. The variable @code{history-delete-duplicates} specifies whether to delete duplicates in history. -@defun add-to-history history-var newelt &optional maxelt keep-dups +@defun add-to-history history-var newelt &optional maxelt This function adds a new element @var{newelt} to the history list stored in the variable @var{history-var}, and returns the updated history list. By default, the list length is limited by the value @@ -459,8 +459,7 @@ @code{history-length}. Duplicate members are removed from the history list, unless -@code{history-delete-duplicates} is @code{nil} or the second optional -argument of this function @var{keep-dups} is non-@code{nil}. +@code{history-delete-duplicates} is @code{nil}. @end defun @defvar history-length