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

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

[elpa] 17/39: Version number added. Documentation fix. Indentation fix.


From: Phillip Lord
Subject: [elpa] 17/39: Version number added. Documentation fix. Indentation fix.
Date: Mon, 20 Oct 2014 08:22:36 +0000

phillord pushed a commit to branch externals/pabbrev
in repository elpa.

commit 8761687e06deac21f01bf44eb07756e5a04f25d5
Author: Phillip Lord <address@hidden>
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 <address@hidden>
 ;; Maintainer: Phillip Lord <address@hidden>
 ;; 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.



reply via email to

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