summaryrefslogtreecommitdiff
path: root/lisp/forms.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1998-10-06 23:22:48 +0000
committerKarl Heuer <kwzh@gnu.org>1998-10-06 23:22:48 +0000
commit4e0c86509db6ba0a4d1154e639a94413889f28b5 (patch)
tree99757c32d0b9897f5bf5dba5b5ec07ec52aa72cb /lisp/forms.el
parent4a08d192a7672cda2ebe690dac82018e77fc36f2 (diff)
downloademacs-4e0c86509db6ba0a4d1154e639a94413889f28b5.tar.gz
Comment fix.
Diffstat (limited to 'lisp/forms.el')
-rw-r--r--lisp/forms.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/forms.el b/lisp/forms.el
index f42ccdd6f1b..ab34fda4f34 100644
--- a/lisp/forms.el
+++ b/lisp/forms.el
@@ -296,10 +296,10 @@
(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.