# HG changeset patch # User Gerd Moellmann # Date 973027471 0 # Node ID 00c65b53cf3e1f97c4c3c298aeb0e912a06e3c97 # Parent bbf383648e4da54e237dfbcdcfd02a2de727e157 *** empty log message *** diff -r bbf383648e4d -r 00c65b53cf3e lisp/ChangeLog.7 --- a/lisp/ChangeLog.7 Tue Oct 31 21:07:05 2000 +0000 +++ b/lisp/ChangeLog.7 Tue Oct 31 21:24:31 2000 +0000 @@ -16879,25 +16879,24 @@ 1997-05-30 Ken Manheimer - * Integrated Emacs 19.34 and XEmacs 19.15 corrections (typos, - style, command revisions, etc). - - * Integrated immediate keybindings display. See + * icomplete.el: Integrated Emacs 19.34 and XEmacs 19.15 corrections + (typos, style, command revisions, etc). + + * icomplete.el: Integrated immediate keybindings display. See `icomplete-show-key-bindings', `icomplete-get-keys', and `icomplete-completions'. - * `icomplete-get-keys': Return keys bound in prior buffer to func name. - - * Added icomplete delay behavior, so completions don't intrude as - quickly for short input, with customization variables: - - `icomplete-max-delay-chars' - Maximum number of initial chars to + * icomplete.el (icomplete-get-keys): Return keys bound in prior + buffer to func name. + + * icomplete.el: Added icomplete delay behavior, so completions + don't intrude as quickly for short input, with customization + variables: + (icomplete-max-delay-chars): Maximum number of initial chars to apply icomplete compute delay. - - `icomplete-compute-delay' - Completions-computation stall, used + (icomplete-compute-delay): Completions-computation stall, used only with large-number completions - - `icomplete-delay-completions-threshold' Pending-completions + (icomplete-delay-completions-threshold): Pending-completions number over which to apply icomplete-compute-delay 1997-05-29 Richard Stallman