From 60ae18ef2c62ea5eb4d07d536532375a76548316 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Thu, 22 May 2014 12:35:24 +0200 Subject: [PATCH] [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 03a25f23c..7d888439b 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 f73fd4e4e..3cb70d9b1 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. -- 2.39.2