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

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

[elpa] master 1273eae 04/46: tiny.el: added to the comments.


From: Oleh Krehel
Subject: [elpa] master 1273eae 04/46: tiny.el: added to the comments.
Date: Sun, 22 Mar 2015 17:42:25 +0000

branch: master
commit 1273eaec5d79ed074f6d488c69e2386858621cb0
Author: oleh <address@hidden>
Commit: oleh <address@hidden>

    tiny.el: added to the comments.
---
 tiny.el |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/tiny.el b/tiny.el
index f062f65..7c7c3f2 100644
--- a/tiny.el
+++ b/tiny.el
@@ -21,6 +21,12 @@
 
 ;;; Commentary:
 ;;
+;; Setup:
+;; In ~/.emacs:
+;;     (require 'tiny)
+;;     (tiny-setup-default)
+;;
+;; Usage:
 ;; This extension's main command is `tiny-expand'.
 ;; It's meant to generate quickly linear ranges, e.g. 5, 6, 7, 8.
 ;; Some elisp proficiency is an advantage, since you can transform
@@ -31,8 +37,9 @@
 ;; You can still do the full thing, but +x2 would save you some
 ;; key strokes.
 ;;
-;; Here are some examples. To try them out, first load this buffer,
-;; and then press C-; when at the end of the each expression below:
+;; You can test out the following snippets
+;; by positioning the point at the end of the expression
+;; and calling `tiny-expand' (default shortcut is C-;):
 ;;
 ;; m10
 ;; m5 10



reply via email to

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