emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eev b30a527 15/64: Corrected typos in `find-eev-quick-i


From: Stefan Monnier
Subject: [elpa] externals/eev b30a527 15/64: Corrected typos in `find-eev-quick-intro'.
Date: Sun, 7 Apr 2019 16:59:03 -0400 (EDT)

branch: externals/eev
commit b30a527e6a4352c3972fbbc1618108f6cc4c70da
Author: Eduardo Ochs <address@hidden>
Commit: Eduardo Ochs <address@hidden>

    Corrected typos in `find-eev-quick-intro'.
---
 VERSION      | 4 ++--
 eev-intro.el | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/VERSION b/VERSION
index 1defc1d..acadc47 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-Tue Jun 30 20:19:48 GMT 2015
-Tue Jun 30 17:19:48 BRT 2015
+Tue Jun 30 20:41:22 GMT 2015
+Tue Jun 30 17:41:22 BRT 2015
diff --git a/eev-intro.el b/eev-intro.el
index 88da096..6ec295c 100644
--- a/eev-intro.el
+++ b/eev-intro.el
@@ -5659,7 +5659,7 @@ it into the shell to run its commands.
   tar -xvzf eev2.tgz
   {
     echo '#!/bin/sh'
-    echo 'cd ~/eev/ && emacs --eval=\"(find-eev-quick-intro)\"'
+    echo 'cd ~/eev/ && emacs -l eev-readme.el 
--eval=\"(find-eev-quick-intro)\"'
   } > ~/e
   chmod 755 ~/e
 }
@@ -5707,9 +5707,9 @@ different indicated positions - you should get different 
results...
 debugger that is hard to leave if it finds errors, so let's see
 something better.
 
-When you type `M-e' emacs moves the point to the end of the current
-line, then run a variant of `C-x C-e'. Try this on each line of the
-block below:
+When you type `M-e' emacs moves the point to the end of the
+current line, then runs a variant of `C-x C-e'. Try this on each
+line of the block below:
 
   (+ (* 2 3)
      (* 4 5)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]