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

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

[elpa] externals/hyperbole cf8ae0c 49/53: Makefile (help): Removed mispl


From: Robert Weiner
Subject: [elpa] externals/hyperbole cf8ae0c 49/53: Makefile (help): Removed misplaced double quote characters.
Date: Wed, 15 Nov 2017 22:47:10 -0500 (EST)

branch: externals/hyperbole
commit cf8ae0cbdf848b9618ceefafc0f6f0081ee4b41b
Author: Bob Weiner <address@hidden>
Commit: Bob Weiner <address@hidden>

    Makefile (help): Removed misplaced double quote characters.
---
 Changes  | 2 ++
 Makefile | 8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/Changes b/Changes
index 2aceba0..317f854 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@
 
 * hversion.el: Updated to 7.0.0 for major release.
 
+* Makefile (help): Removed misplaced double quote characters.
+
 * hui-window.el (hmouse-drag-window-side): Fixed coordinate error when drag 
release is outside of Emacs.
 
 * hui-mouse.el (smart-helm-assist): Fixed message formatting bugs in 
hkey-debug message.
diff --git a/Makefile b/Makefile
index 7a95c1a..799739d 100644
--- a/Makefile
+++ b/Makefile
@@ -197,10 +197,10 @@ help:
        @ echo "     make release"
        @ echo ""
        @ echo "The Hyperbole Manual is included in the package in four forms:"
-       @ echo "    man/hyperbole.info"   - GNU browsable version"
-       @ echo "    man/hyperbole.html"   - Web browsable version"
-       @ echo "    man/hyperbole.pdf"    - Printable version"
-       @ echo "    man/hyperbole.texi"   - source form"
+       @ echo "    man/hyperbole.info    - GNU browsable version"
+       @ echo "    man/hyperbole.html    - Web browsable version"
+       @ echo "    man/hyperbole.pdf     - Printable version"
+       @ echo "    man/hyperbole.texi    - source form"
 
 all: help
 



reply via email to

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