]> code.delx.au - gnu-emacs-elpa/commitdiff
[quarter-plane] Fix typo in Commentary.
authorMario Lang <mlang@delysid.org>
Thu, 22 May 2014 10:35:24 +0000 (12:35 +0200)
committerMario Lang <mlang@delysid.org>
Thu, 22 May 2014 10:35:24 +0000 (12:35 +0200)
GNUmakefile
packages/quarter-plane/quarter-plane.el

index 03a25f23c7a8f3200bf27bb70338e1ca51871960..7d888439be54a417d79d9252ee6fdd4cb056cc9d 100644 (file)
@@ -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
index f73fd4e4e78e716be892fc3c850fb2212756685b..3cb70d9b10e2317feaff9adb3eb41d9215b9ce9a 100644 (file)
@@ -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.