From c7c4ba4dc87189dbe5363c2cc48f23ca68ec2cc6 Mon Sep 17 00:00:00 2001 From: Zhang Chiyuan Date: Tue, 4 Mar 2008 15:56:31 +0000 Subject: [PATCH] Will get to implement yas/overlay in next version. --- yasnippet.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yasnippet.el b/yasnippet.el index e64c808..23bdcd5 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -174,7 +174,8 @@ have, compare through the start point of the overlay." (gethash key snippet-table)) (defun yas/current-key () - "Get the key under current position." + "Get the key under current position. A key is used to find +the template of a snippet in the current snippet-table." (let ((start (point)) (end (point))) (save-excursion