X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/4787a496a05fdc03241850b45911dd283d4b06b8..b336bfcdf39f1e4d35bff4a7bd01d3b4bca8f516:/lisp/tempo.el diff --git a/lisp/tempo.el b/lisp/tempo.el index b44605a9be..974f65efae 100644 --- a/lisp/tempo.el +++ b/lisp/tempo.el @@ -1,7 +1,7 @@ ;;; tempo.el --- Flexible template insertion ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David K}gedal ;; Created: 16 Feb 1994 @@ -82,7 +82,7 @@ ;; If the 'o is the first element in a template, strange things can ;; happen when the template is inserted at the beginning of a -;; line. This is due to strange behaviour in open-line. But it should +;; line. This is due to strange behavior in open-line. But it should ;; be easily avoided. ;; The 'o tag is also a problem when including the region. This will @@ -114,14 +114,14 @@ :group 'tools) (defcustom tempo-interactive nil - "*Prompt user for strings in templates. + "Prompt user for strings in templates. If this variable is non-nil, `tempo-insert' prompts the user for text to insert in the templates." :type 'boolean :group 'tempo) (defcustom tempo-insert-region nil - "*Automatically insert current region when there is a `r' in the template + "Automatically insert current region when there is a `r' in the template If this variable is nil, `r' elements will be treated just like `p' elements, unless the template function is given a prefix (or a non-nil argument). If this variable is non-nil, the behavior is reversed. @@ -131,13 +131,13 @@ In Transient Mark mode, this option is unused." :group 'tempo) (defcustom tempo-show-completion-buffer t - "*If non-nil, show a buffer with possible completions, when only + "If non-nil, show a buffer with possible completions, when only a partial completion can be found." :type 'boolean :group 'tempo) (defcustom tempo-leave-completion-buffer nil - "*If nil, a completion buffer generated by \\[tempo-complete-tag] + "If nil, a completion buffer generated by \\[tempo-complete-tag] disappears at the next keypress; otherwise, it remains forever." :type 'boolean :group 'tempo)