* doc/lispintro/emacs-lisp-intro.texi: Untabify.

This commit is contained in:
Glenn Morris 2010-06-22 19:51:01 -07:00
parent 8838673ef1
commit e0e10d9d19
2 changed files with 5 additions and 1 deletions

View file

@ -17789,7 +17789,7 @@ Incidentally, @code{load-library} is an interactive interface to the
This is an interface to the function `load'."
(interactive
(list (completing-read "Load library: "
(apply-partially 'locate-file-completion-table
(apply-partially 'locate-file-completion-table
load-path
(get-load-suffixes)))))
(load library))