]> code.delx.au - gnu-emacs/commitdiff
Comment fix.
authorKarl Heuer <kwzh@gnu.org>
Tue, 6 Oct 1998 23:22:48 +0000 (23:22 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 6 Oct 1998 23:22:48 +0000 (23:22 +0000)
lisp/completion.el
lisp/files.el
lisp/forms.el
lisp/mail/sendmail.el

index e17b01d4379c92939c64a1d8c051e5360f075749..297184e99bb3808a0ef29cf3a79e43eb7286bc35 100644 (file)
@@ -2346,14 +2346,14 @@ If file name is not specified, use `save-completions-file-name'."
           (record-save-completions total-in-db total-perm total-saved))
          ))))
 
-;;(defun autosave-completions ()
+;;(defun auto-save-completions ()
 ;;  (if (and save-completions-flag enable-completion cmpl-initialized-p
 ;;           *completion-auto-save-period*
 ;;           (> cmpl-emacs-idle-time *completion-auto-save-period*)
 ;;           cmpl-completions-accepted-p)
 ;;    (save-completions-to-file)))
 
-;;(add-hook 'cmpl-emacs-idle-time-hooks 'autosave-completions)
+;;(add-hook 'cmpl-emacs-idle-time-hooks 'auto-save-completions)
 
 (defun load-completions-from-file (&optional filename no-message-p)
   "Loads a completion init file FILENAME.
index 7e3a01c1d651e5e571b35fb31baf02fe87ac2666..bb1667eb502858a56c577efa186d4fb1eb90c9ff 100644 (file)
@@ -2859,7 +2859,7 @@ With prefix argument ARG, turn auto-saving on if positive, else off."
   (setq buffer-auto-save-file-name
         (and (if (null arg)
                 (or (not buffer-auto-save-file-name)
-                    ;; If autosave is off because buffer has shrunk,
+                    ;; If auto-save is off because buffer has shrunk,
                     ;; then toggling should turn it on.
                     (< buffer-saved-size 0))
               (or (eq arg t) (listp arg) (and (integerp arg) (> arg 0))))
index f42ccdd6f1b5881b9f315f743ee9485b687d2ecf..ab34fda4f34cea3b2e7dce1546107ec960b6f5a8 100644 (file)
 (provide 'forms)                       ;;; official
 (provide 'forms-mode)                  ;;; for compatibility
 
-(defconst forms-version (substring "$Revision: 2.34 $" 11 -2)
+(defconst forms-version (substring "$Revision: 2.35 $" 11 -2)
   "The version number of forms-mode (as string).  The complete RCS id is:
 
-  $Id: forms.el,v 2.34 1997/08/27 23:10:59 rms Exp stephen $")
+  $Id: forms.el,v 2.35 1998/07/17 14:01:15 stephen Exp kwzh $")
 
 (defcustom forms-mode-hooks nil
   "Hook functions to be run upon entering Forms mode."
@@ -589,7 +589,7 @@ Commands:                        Equivalent keys in read-only mode:
        ;; Dynamic text support.
        (make-local-variable 'forms--dynamic-text)
 
-       ;; Prevent accidental overwrite of the control file and autosave.
+       ;; Prevent accidental overwrite of the control file and auto-save.
        (set-visited-file-name nil)
 
        ;; Prepare this buffer for further processing.
index c5ebe297914a0cbcd6083f4d71a89b991be15409..90e4b2b458821c782136aedd8deb8d5adcc32677 100644 (file)
@@ -701,7 +701,7 @@ the user from the mailer."
            (error))
          (setq mail-send-actions (cdr mail-send-actions)))
        (message "Sending...done")
-       ;; If buffer has no file, mark it as unmodified and delete autosave.
+       ;; If buffer has no file, mark it as unmodified and delete auto-save.
        (if (not buffer-file-name)
            (progn
              (set-buffer-modified-p nil)