emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Wed, 28 Dec 2005 16:36:18 +0000

Index: emacs/lisp/subr.el
diff -u emacs/lisp/subr.el:1.490 emacs/lisp/subr.el:1.491
--- emacs/lisp/subr.el:1.490    Mon Dec 26 15:55:37 2005
+++ emacs/lisp/subr.el  Wed Dec 28 16:36:18 2005
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]