phillord pushed a commit to branch externals/pabbrev
in repository elpa.
commit 8761687e06deac21f01bf44eb07756e5a04f25d5
Author: Phillip Lord <[email protected]>
Date: Mon Sep 23 20:54:21 2013 +0100
Version number added.
Documentation fix.
Indentation fix.
---
paredit-menu.el | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/paredit-menu.el b/paredit-menu.el
index ffd8fc3..ccc5590 100644
--- a/paredit-menu.el
+++ b/paredit-menu.el
@@ -5,6 +5,7 @@
;; Author: Phillip Lord <[email protected]>
;; Maintainer: Phillip Lord <[email protected]>
;; Keywords: paredit
+;; Version: 1.0
;; COPYRIGHT NOTICE
;;
@@ -76,7 +77,7 @@ SUBMENU is the current submenu"
;; start a new submenu
(paredit-menu-build-menu-1
rest
- ;; appuending the last submenu if it exists
+ ;; appending the last submenu if it exists
(if submenu
(append menu (list submenu))
menu)
@@ -98,7 +99,7 @@ No point putting \"paredit\" on the front of everything, so
chop
this off.
NAME is the symbol name."
-(substring name 8))
+ (substring name 8))
(defun paredit-menu-help-string (command)
"Generate help string for command.