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

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

[elpa] master 07734a1 165/177: Clarify what happens with yas-new-snippet


From: João Távora
Subject: [elpa] master 07734a1 165/177: Clarify what happens with yas-new-snippet.
Date: Sat, 28 Mar 2015 15:41:40 +0000

branch: master
commit 07734a17131fc604526307df6e323cbdfdf69624
Author: Win Treese <address@hidden>
Commit: Win Treese <address@hidden>

    Clarify what happens with yas-new-snippet.
    
    Added more detail about how yas-new-snippet behaves, particularly how it 
guesses a directory to save in.
---
 doc/snippet-development.org |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/doc/snippet-development.org b/doc/snippet-development.org
index c4de864..9e8f901 100644
--- a/doc/snippet-development.org
+++ b/doc/snippet-development.org
@@ -6,14 +6,18 @@
 
 ** Quickly finding snippets
 
-There are some ways you can quickly find a snippet file:
+There are some ways you can quickly find a snippet file or create a new one:
 
 -  =M-x yas-new-snippet=
 
-   Prompts you for a snippet name, then tries to guess a suitable
-   directory to store it, prompting you for creation if it does not
-   exist. Finally, places you in a new buffer set to =snippet-mode= so
-   you can write your snippet.
+   Creates a new buffer with a template for making a new snippet.
+   The buffer is in =snippet-mode= (see below). When you are done
+   editing the new snippet, use =C-c C-c= to save it. This will
+   prompt for a directory two steps: first, the snippet table
+   (with a default based on the major mode you started in), and then
+   then snippet collection directory (defaults to the first directory
+   in =yas-snippet-dirs=. (See [[file:snippet-organization.org][Organizing 
Snippets]]
+   for more detail on how snippets are organized.)
 
 -  =M-x yas-find-snippets=
 



reply via email to

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