summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2009-04-28 18:59:18 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2009-04-28 18:59:18 +0000
commit5bd662049710d8c7901d65b2e938ef8bd8da0bdd (patch)
tree828f8be2413e68dd515383468990a40ef8728d6f
parentafa13c4ab24f3a811fe6473cd1b525d61da18d80 (diff)
downloademacs-5bd662049710d8c7901d65b2e938ef8bd8da0bdd.tar.gz
(Lisp Libraries): `load-library' does offer completion.
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/building.texi5
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 <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
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