* doc/lispintro/emacs-lisp-intro.texi: Untabify.
This commit is contained in:
parent
8838673ef1
commit
e0e10d9d19
2 changed files with 5 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue