]> git.eshelyaron.com Git - emacs.git/commitdiff
(lazy-completion-table): Correct typo in docstring.
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 28 Dec 2005 16:36:18 +0000 (16:36 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 28 Dec 2005 16:36:18 +0000 (16:36 +0000)
lisp/subr.el

index ec9398e78da3fdff0aef2b558aa42887971237d4..deaa06c7e5d435bef32595415b267bc6b45e2f9c 100644 (file)
@@ -2271,7 +2271,7 @@ that can be used as the ALIST argument to `try-completion' and
   ;;     (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