From 5bd662049710d8c7901d65b2e938ef8bd8da0bdd Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 28 Apr 2009 18:59:18 +0000 Subject: [PATCH] (Lisp Libraries): `load-library' does offer completion. --- doc/emacs/ChangeLog | 4 ++++ doc/emacs/building.texi | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 393c0ab9c68..0485ebeb8b9 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2009-04-28 Stefan Monnier + + * building.texi (Lisp Libraries): `load-library' does offer completion. + 2009-04-28 Chong Yidong * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index 19c09ab9a12..00bdc1d3ad8 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi @@ -1250,11 +1250,6 @@ recompile it. Nonetheless, it loads @file{@var{lib}.elc}. This is because people often leave unfinished edits the source file, and don't recompile it until they think it is ready to use. - Because the argument to @code{load-library} is usually not in itself -a valid file name, file name completion is not available. Indeed, when -using this command, you usually do not know exactly what file name -will be used. - @vindex load-path The sequence of directories searched by @kbd{M-x load-library} is specified by the variable @code{load-path}, a list of strings that are -- 2.39.5