]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispintro/emacs-lisp-intro.texi: Untabify.
authorGlenn Morris <rgm@gnu.org>
Wed, 23 Jun 2010 02:51:01 +0000 (19:51 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 23 Jun 2010 02:51:01 +0000 (19:51 -0700)
doc/lispintro/ChangeLog
doc/lispintro/emacs-lisp-intro.texi

index e5b31e52640ea0e47e925a529c415e8066b1bfdb..75b4faea971b69373ef51f44e73b54c6efc2a1a1 100644 (file)
@@ -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.
index 0f3a3bc19931c91d1f38cac05b6bfc31bbd67974..dfba68cc9114767c098593ae9f73921bc7d633f8 100644 (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))