X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/5854c2677e0a197d8adedfdf3d558b35f874beb7..ea274122d5d221b4d74435c22a48083550ad43c5:/doc/lispref/abbrevs.texi diff --git a/doc/lispref/abbrevs.texi b/doc/lispref/abbrevs.texi index 1bb3347524..90da5aaa48 100644 --- a/doc/lispref/abbrevs.texi +++ b/doc/lispref/abbrevs.texi @@ -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