Created
April 21, 2011 05:32
-
-
Save imonyse/933769 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (defmacro define-skeleton (command documentation &rest skeleton) | |
| "Define a user-configurable COMMAND that enters a statement skeleton. | |
| DOCUMENTATION is that of the command. | |
| SKELETON is as defined under `skeleton-insert'." | |
| ...) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment