changeset 37426:71d360920aad

Fix autoload cookies.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 23 Apr 2001 11:50:00 +0000
parents 7afa0e6100b9
children 244c17515972
files lisp/emacs-lisp/checkdoc.el lisp/play/fortune.el lisp/progmodes/ebrowse.el lisp/textmodes/ispell.el
diffstat 4 files changed, 14 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/checkdoc.el	Mon Apr 23 10:31:22 2001 +0000
+++ b/lisp/emacs-lisp/checkdoc.el	Mon Apr 23 11:50:00 2001 +0000
@@ -899,7 +899,7 @@
     (skip-chars-forward " \n\t")
     t))
 
-;;; ###autoload
+;;;###autoload
 (defun checkdoc-comments (&optional take-notes)
   "Find missing comment sections in the current Emacs Lisp file.
 Prefix argument TAKE-NOTES non-nil means to save warnings in a
--- a/lisp/play/fortune.el	Mon Apr 23 10:31:22 2001 +0000
+++ b/lisp/play/fortune.el	Mon Apr 23 11:50:00 2001 +0000
@@ -1,5 +1,5 @@
 ;;; fortune.el --- Use fortune to create signatures
-;; Copyright (C) 1999 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2001 Free Software Foundation, Inc.
 
 ;; Author: Holger Schauer <Holger.Schauer@gmx.de>
 ;; Keywords: games utils mail
@@ -160,7 +160,7 @@
     "Fortune file to use: "
     fortune-dir nil nil "")))
 
-;;; ###autoload
+;;;###autoload
 (defun fortune-add-fortune (string file)
   "Add STRING to a fortune file FILE.
 
@@ -171,7 +171,7 @@
 	 (if current-prefix-arg (fortune-ask-file))))
   (fortune-append string t file))
 
-;;; ###autoload
+;;;###autoload
 (defun fortune-from-region (beg end file)
   "Append the current region to a local fortune-like data file.
 
@@ -217,7 +217,7 @@
 
 ;;; **************
 ;;; Compile new database with strfile
-;;; ###autoload
+;;;###autoload
 (defun fortune-compile (&optional file)
   "Compile fortune file.
 
@@ -244,7 +244,7 @@
 	 
 ;;; **************
 ;;; Use fortune for signature
-;;; ###autoload
+;;;###autoload
 (defun fortune-to-signature (&optional file)
   "Create signature from output of the fortune program.
 
@@ -293,7 +293,7 @@
 	(concat fortune-program-options fort-file)))))
 
 
-;;; ###autoload
+;;;###autoload
 (defun fortune (&optional file)
   "Display a fortune cookie.
 
--- a/lisp/progmodes/ebrowse.el	Mon Apr 23 10:31:22 2001 +0000
+++ b/lisp/progmodes/ebrowse.el	Mon Apr 23 11:50:00 2001 +0000
@@ -3822,7 +3822,7 @@
   (ebrowse-tags-loop-continue 'first-time))
 
 
-;;; ###autoload
+;;;###autoload
 (defun ebrowse-tags-search-member-use (&optional fix-name)
   "Search for call sites of a member.
 If FIX-NAME is specified, search uses of that member.
@@ -3926,7 +3926,7 @@
 				     ebrowse-position-stack))))
 
 
-;;; ###autoload
+;;;###autoload
 (defun ebrowse-back-in-position-stack (arg)
   "Move backward in the position stack.
 Prefix arg ARG says how much."
@@ -3934,7 +3934,7 @@
   (ebrowse-move-in-position-stack (max 1 arg)))
 
 
-;;; ###autoload
+;;;###autoload
 (defun ebrowse-forward-in-position-stack (arg)
   "Move forward in the position stack.
 Prefix arg ARG says how much."
@@ -4019,7 +4019,7 @@
   (setq buffer-read-only t))
 
 
-;;; ###autoload
+;;;###autoload
 (defun ebrowse-electric-position-menu ()
   "List positions in the position stack in an electric buffer."
   (interactive)
@@ -4121,7 +4121,7 @@
   t)
 
 
-;;; ###autoload
+;;;###autoload
 (defun ebrowse-save-tree ()
   "Save current tree in same file it was loaded from."
   (interactive)
@@ -4172,7 +4172,7 @@
 
 ;;; Statistics
 
-;;; ###autoload
+;;;###autoload
 (defun ebrowse-statistics ()
   "Display statistics for a class tree."
   (interactive)
--- a/lisp/textmodes/ispell.el	Mon Apr 23 10:31:22 2001 +0000
+++ b/lisp/textmodes/ispell.el	Mon Apr 23 11:50:00 2001 +0000
@@ -1477,7 +1477,7 @@
 ;;; a value or a list, whose value is the state of whether the
 ;;; dictionary needs to be saved.
 
-;;; ###autoload
+;;;###autoload
 (defun ispell-pdict-save (&optional no-query force-save)
   "Check to see if the personal dictionary has been modified.
 If so, ask if it needs to be saved."