]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/abbrevs.texi
Mark some doc/ rules as PHONY.
[gnu-emacs] / doc / lispref / abbrevs.texi
index 1bb334752404fae1c2faf727bfe6c94940282daa..90da5aaa4886ec00fee172a52ba7db980eca724b 100644 (file)
@@ -376,10 +376,10 @@ definitions of @code{local-abbrev-table} and @code{text-mode-abbrev-table}.
       (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