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

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

[ELPA-diffs] ELPA branch, master, updated. 58a6b636e221bb75c649ff567efca


From: Barry O'Reilly
Subject: [ELPA-diffs] ELPA branch, master, updated. 58a6b636e221bb75c649ff567efcaae28257f039
Date: Tue, 29 Oct 2013 03:05:47 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "ELPA".

The branch, master has been updated
       via  58a6b636e221bb75c649ff567efcaae28257f039 (commit)
      from  dceec14bf3eefa2fd237834ab61e2ab196ac1bf1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 58a6b636e221bb75c649ff567efcaae28257f039
Author: Barry <address@hidden>
Date:   Mon Oct 28 23:05:11 2013 -0400

    * adjust-parens.el (last-sexp-with-relative-depth): Fix function
    documentation which indicated negative depth when positive is
    correct.

diff --git a/packages/adjust-parens/adjust-parens.el 
b/packages/adjust-parens/adjust-parens.el
index 066dd0f..0ba2e6b 100644
--- a/packages/adjust-parens/adjust-parens.el
+++ b/packages/adjust-parens/adjust-parens.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2013  Free Software Foundation, Inc.
 
 ;; Author: Barry O'Reilly <address@hidden>
-;; Version: 1.2
+;; Version: 1.3
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -116,7 +116,7 @@ Examples:
   Evaluate: (last-sexp-with-relative-depth pos-a (1+ pos-j) 0)
   Returns:  position of j
 
-  Evaluate: (last-sexp-with-relative-depth pos-a (1+ pos-j) -1)
+  Evaluate: (last-sexp-with-relative-depth pos-a (1+ pos-j) 1)
   Returns:  position of (h i)
 
 This function assumes FROM-POS is not in a string or comment."

-----------------------------------------------------------------------

Summary of changes:
 packages/adjust-parens/adjust-parens.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
ELPA



reply via email to

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