[libcode-tidyall-perl] 194/374: clarify
Jonas Smedegaard
js at alioth.debian.org
Sun Sep 29 22:26:18 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libcode-tidyall-perl.
commit 77c3d21b7c64a3e9092c4262b324779753a11ea3
Author: Jonathan Swartz <swartz at pobox.com>
Date: Thu Sep 6 12:57:54 2012 -0700
clarify
---
Changes | 1 +
etc/editors/tidyall.el | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index f276e9b..dcce54f 100644
--- a/Changes
+++ b/Changes
@@ -6,6 +6,7 @@ Revision history for Code-TidyAll
* Improvements
- Add -p/--pipe flag to read from STDIN and write to STDOUT
+ - Allow tidyall.el to work in narrowed regions
- Make plugins into Moo classes, pass configuration as attributes
0.07 Sep 5, 2012
diff --git a/etc/editors/tidyall.el b/etc/editors/tidyall.el
index ef3f7c9..5e52a54 100644
--- a/etc/editors/tidyall.el
+++ b/etc/editors/tidyall.el
@@ -29,7 +29,9 @@
;; If tidyall generates any errors, the buffer is not changed, and a separate window
;; called *tidyall-output* is opened displaying the error.
-;; e.g. To assign this command to ctrl-t in perl-mode and pod-mode:
+;; To operate on just a region of the buffer, use narrow-to-region.
+
+;; To assign this command to ctrl-t in perl-mode and pod-mode:
;;
;; (setq perl-mode-hook
;; '(lambda ()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git
More information about the Pkg-perl-cvs-commits
mailing list