]> code.delx.au - gnu-emacs/blobdiff - lisp/time-stamp.el
Fix typo in previous change.
[gnu-emacs] / lisp / time-stamp.el
index 5e0ab031d9a11e8f4250f233ab21a867f998954d..aa3968a4bf2a3eebf0cebe184c6b666a9452cdf0 100644 (file)
@@ -1,5 +1,4 @@
 ;;; time-stamp.el --- Maintain last change time stamps in files edited by Emacs
-
 ;;; Copyright 1989, 1993 Free Software Foundation, Inc.
 
 ;; Maintainer: Stephen Gildea <gildea@lcs.mit.edu>
@@ -26,7 +25,7 @@
 ;;; it can be updated every time you save the file.  See the top of
 ;;; time-stamp.el for a sample.  The template looks like one of the following:
 ;;;     Time-stamp: <>
-;;;     Time-stamp: ""
+;;;     Time-stamp: " "
 ;;; The time stamp is written between the brackets or quotes, resulting in
 ;;;     Time-stamp: <93/06/18 10:26:51 gildea>
 ;;; Here is an example which puts the file name and time stamp in the binary:
@@ -83,6 +82,7 @@ do so in the local variables section of the time-stamped file itself.")
 \(which see) and the following match of  time-stamp-end  on the same line,
 then writes the time stamp specified by  time-stamp-format  between them.")
 
+;;;###autoload
 (defun time-stamp ()
   "Update the time stamp string in the buffer.
 Only does its thing if the variable  time-stamp-active  is non-nil.