diff doc/lispref/abbrevs.texi @ 109689:ffde65bb1dd2

merge emacs-23
author Kenichi Handa <handa@etlken>
date Tue, 27 Jul 2010 16:01:48 +0900
parents 71353caf35e3
children 376148b31b5e
line wrap: on
line diff
--- a/doc/lispref/abbrevs.texi	Tue May 11 20:15:29 2010 +0900
+++ b/doc/lispref/abbrevs.texi	Tue Jul 27 16:01:48 2010 +0900
@@ -376,10 +376,10 @@
       (funcall expand))))
 
 (add-hook 'foo-mode-hook
-	  #'(lambda ()
-	      (add-hook 'abbrev-expand-functions
-			'foo-mode-abbrev-expand-function
-			nil t)))
+          #'(lambda ()
+              (add-hook 'abbrev-expand-functions
+                        'foo-mode-abbrev-expand-function
+                        nil t)))
 @end smallexample
 
 @node Standard Abbrev Tables, Abbrev Properties, Abbrev Expansion, Abbrevs