X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/3e0e2339cd379eeba8d9bc758f2e8e574144e252..0ea47a6159f351f32b7dbc68debe99eb02f2dd8d:/lisp/tempo.el diff --git a/lisp/tempo.el b/lisp/tempo.el index 6e2f978b5b..beb4dbabaa 100644 --- a/lisp/tempo.el +++ b/lisp/tempo.el @@ -1,6 +1,6 @@ ;;; tempo.el --- Flexible template insertion -;; Copyright (C) 1994-1995, 2001-2015 Free Software Foundation, Inc. +;; Copyright (C) 1994-1995, 2001-2016 Free Software Foundation, Inc. ;; Author: David KÃ¥gedal ;; Created: 16 Feb 1994 @@ -147,7 +147,7 @@ disappears at the next keypress; otherwise, it remains forever." "List of functions to run when inserting a string. Each function is called with a single arg, STRING and should return another string. This could be used for making all strings upcase by -setting it to '(upcase), for example.") +setting it to (upcase), for example.") (defvar tempo-tags nil "An association list with tags and corresponding templates.") @@ -759,7 +759,3 @@ space bar, and looks something like this: (provide 'tempo) ;;; tempo.el ends here - -;; Local Variables: -;; coding: utf-8 -;; End: