# HG changeset patch # User Stefan Monnier # Date 1240945158 0 # Node ID e665c0727d1ebf810cfeea20f47bd5c9401f26f8 # Parent 117774377c3c2f128be441e52a05da7f78c36a0f (Lisp Libraries): `load-library' does offer completion. diff -r 117774377c3c -r e665c0727d1e doc/emacs/ChangeLog --- a/doc/emacs/ChangeLog Tue Apr 28 18:58:33 2009 +0000 +++ b/doc/emacs/ChangeLog Tue Apr 28 18:59:18 2009 +0000 @@ -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 -r 117774377c3c -r e665c0727d1e doc/emacs/building.texi --- a/doc/emacs/building.texi Tue Apr 28 18:58:33 2009 +0000 +++ b/doc/emacs/building.texi Tue Apr 28 18:59:18 2009 +0000 @@ -1250,11 +1250,6 @@ 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