]> code.delx.au - gnu-emacs/blobdiff - lisp/tempo.el
*** empty log message ***
[gnu-emacs] / lisp / tempo.el
index 1e72fd76e85c4b47a575a422cc15181699dc2036..f5a592f5ad5f446c1784f82b74ca3e5338947a55 100644 (file)
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
 
-;; Author: David K}gedal <davidk@lysator.liu.se >
+;; Author: David K}gedal <davidk@lysator.liu.se>
 ;; Created: 16 Feb 1994
 ;; K}gedal's last version number: 1.2.4
 ;; Keywords: extensions, languages, tools
 
 ;;; Code:
 
-;; (provide 'tempo)
-
 ;;; User options
 
 (defgroup tempo nil
@@ -242,7 +240,7 @@ The elements in ELEMENTS can be of several types:
  - The symbol 'r. If `tempo-insert' is called with ON-REGION non-nil
    the current region is placed here. Otherwise it works like 'p.
  - (p PROMPT <NAME> <NOINSERT>) If `tempo-interactive' is non-nil, the
-   user is prompted in the minbuffer with PROMPT for a string to be
+   user is prompted in the minibuffer with PROMPT for a string to be
    inserted. If the optional parameter NAME is non-nil, the text is
    saved for later insertion with the `s' tag. If there already is
    something saved under NAME that value is used instead and no
@@ -281,7 +279,7 @@ The elements in ELEMENTS can be of several types:
         (command-name template-name))
     (set template-name elements)
     (fset command-name (list 'lambda (list '&optional 'arg)
-                            (or documentation 
+                            (or documentation
                                 (concat "Insert a " name "."))
                             (list 'interactive "*P")
                             (list 'tempo-insert-template (list 'quote
@@ -542,7 +540,7 @@ and insert the results."
               (setq lp (cdr lp)))
             (if (not (= mark (car lp)))
                 (setcdr lp (cons mark (cdr lp))))))))
-         
+
 ;;;
 ;;; tempo-forward-mark
 
@@ -579,7 +577,7 @@ and insert the results."
                       last))))
     (if prev-mark
        (goto-char prev-mark))))
-       
+
 ;;;
 ;;; tempo-add-tag