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

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

[elpa] 01/04: [quarter-plane] Fix typo in Commentary.


From: Mario Lang
Subject: [elpa] 01/04: [quarter-plane] Fix typo in Commentary.
Date: Fri, 30 May 2014 12:59:00 +0000

mlang pushed a commit to branch master
in repository elpa.

commit 60ae18ef2c62ea5eb4d07d536532375a76548316
Author: Mario Lang <address@hidden>
Date:   Thu May 22 12:35:24 2014 +0200

    [quarter-plane] Fix typo in Commentary.
---
 GNUmakefile                             |    2 +-
 packages/quarter-plane/quarter-plane.el |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index 03a25f2..7d88843 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -54,7 +54,7 @@ process-archive:
              fi;                                               \
              if [ -d $$pt ]; then                              \
                  echo "Creating tarball $${pt}.tar" &&         \
-                 tar -cf $${pt}.tar $$pt -X "$$ignore";        \
+                 tar -cf $${pt}.tar $$pt --exclude-vcs -X "$$ignore";  \
                  rm -rf $${pt};                                \
              fi;                                               \
          done
diff --git a/packages/quarter-plane/quarter-plane.el 
b/packages/quarter-plane/quarter-plane.el
index f73fd4e..3cb70d9 100644
--- a/packages/quarter-plane/quarter-plane.el
+++ b/packages/quarter-plane/quarter-plane.el
@@ -24,7 +24,7 @@
 ;; This package provides Quarter Plane mode, a minor mode which
 ;; provides Picture mode style editing (treating the screen as a
 ;; semi-infinite quarter-plane).  Unlike Picture mode, it is a minor
-;; modes (see the Emacs manual for the documentation of Picture mode).
+;; mode (see the Emacs manual for the documentation of Picture mode).
 ;; Type M-x quarter-plane-mode to enable Quarter Plane mode in the
 ;; current buffer, and M-x global-quarter-plane-mode to enable it
 ;; globally.



reply via email to

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