And I need to make these uppercase if I'm going to officially publish a book on the subject.
		
			
				
	
	
		
			8 lines
		
	
	
		
			100 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			100 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# -*- mode: snippet -*-
 | 
						|
# name: emacs-lisp-code
 | 
						|
# key: <sl
 | 
						|
# --
 | 
						|
#+BEGIN_SRC emacs-lisp
 | 
						|
$0
 | 
						|
#+END_SRC
 |