[libcode-tidyall-perl] 255/374: fix comments
Jonas Smedegaard
js at alioth.debian.org
Sun Sep 29 22:26:30 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 df7b702e7330eb6029a40ee47d120b0e67edb4f6
Author: Jonathan Swartz <swartz at pobox.com>
Date: Fri Sep 21 15:52:03 2012 -0700
fix comments
---
etc/editors/tidyall.el | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/etc/editors/tidyall.el b/etc/editors/tidyall.el
index 97af6b4..c5fe259 100644
--- a/etc/editors/tidyall.el
+++ b/etc/editors/tidyall.el
@@ -31,22 +31,17 @@
;; 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:
+;; To assign this command to ctrl-t globally:
+;;
+;; (global-set-key "\C-t" 'tidyall-buffer)
+;;
+;; Or to assign it locally in, e.g., perl-mode:
;;
;; (setq perl-mode-hook
;; '(lambda ()
;; (local-set-key "\C-t" 'tidyall-buffer)
;; ))
;;
-;; (setq pod-mode-hook
-;; '(lambda ()
-;; (local-set-key "\C-t" 'tidyall-buffer)
-;; ))
-;;
-;; or to assign it globally:
-;;
-;; (global-set-key "\C-t" 'tidyall-buffer)
-;;
;; (This replaces the default binding to transpose-chars, which I never use but ymmv.)
;; The variable `tidyall-cmd` contains the path to the tidyall command.
--
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