Mercurial > emacs
changeset 109263:68ee92c6bfee
* doc/lispintro/emacs-lisp-intro.texi: Untabify.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 22 Jun 2010 19:51:01 -0700 |
parents | 51ddcf320fe4 |
children | f1266b2f017e |
files | doc/lispintro/ChangeLog doc/lispintro/emacs-lisp-intro.texi |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispintro/ChangeLog Tue Jun 22 19:46:43 2010 -0700 +++ b/doc/lispintro/ChangeLog Tue Jun 22 19:51:01 2010 -0700 @@ -1,3 +1,7 @@ +2010-06-23 Glenn Morris <rgm@gnu.org> + + * emacs-lisp-intro.texi: Untabify. + 2010-05-07 Chong Yidong <cyd@stupidchicken.com> * Version 23.2 released.
--- a/doc/lispintro/emacs-lisp-intro.texi Tue Jun 22 19:46:43 2010 -0700 +++ b/doc/lispintro/emacs-lisp-intro.texi Tue Jun 22 19:51:01 2010 -0700 @@ -17789,7 +17789,7 @@ 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))