changeset 103093:e665c0727d1e

(Lisp Libraries): `load-library' does offer completion.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 28 Apr 2009 18:59:18 +0000
parents 117774377c3c
children 64ac89a8b9a8
files doc/emacs/ChangeLog doc/emacs/building.texi
diffstat 2 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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  <monnier@iro.umontreal.ca>
+
+	* building.texi (Lisp Libraries): `load-library' does offer completion.
+
 2009-04-28  Chong Yidong  <cyd@stupidchicken.com>
 
 	* frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
--- 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