# HG changeset patch # User Luc Teirlinck # Date 1135787778 0 # Node ID d3f449ec33bdaa9b9d1c334f8e1ebb5ddaa7e38c # Parent e1dfc54586537b323a9119b3b1738ea100b376a1 (lazy-completion-table): Correct typo in docstring. diff -r e1dfc5458653 -r d3f449ec33bd lisp/subr.el --- a/lisp/subr.el Wed Dec 28 10:47:55 2005 +0000 +++ b/lisp/subr.el Wed Dec 28 16:36:18 2005 +0000 @@ -2271,7 +2271,7 @@ ;; (lazy-completion-table var (lambda () (fun x y)))) ;; depending on the behavior they want. "Initialize variable VAR as a lazy completion table. -If the completion table VAR is used for the first tidme (e.g., by passing VAR +If the completion table VAR is used for the first time (e.g., by passing VAR as an argument to `try-completion'), the function FUN is called with no arguments. FUN must return the completion table that will be stored in VAR. If completion is requested in the minibuffer, FUN will be called in the buffer