summaryrefslogtreecommitdiff
path: root/lisp/forms.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-22 22:14:17 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-22 22:14:17 +0000
commit1df29e8af5d14be2135e87aa878cc198bb162259 (patch)
tree0f02de21f2d895b28bb2ad5fef2f1a36a19f0182 /lisp/forms.el
parente10879329397dae74ea5707063d0b24dca7559aa (diff)
downloademacs-1df29e8af5d14be2135e87aa878cc198bb162259.tar.gz
Doc fix.
Diffstat (limited to 'lisp/forms.el')
-rw-r--r--lisp/forms.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/forms.el b/lisp/forms.el
index b86f9bd6448..083eb1cb53f 100644
--- a/lisp/forms.el
+++ b/lisp/forms.el
@@ -2,7 +2,7 @@
;;; Copyright (C) 1991, 1993 Free Software Foundation, Inc.
;; Author: Johan Vromans <jv@nl.net>
-;; Version: $Revision: 2.4 $
+;; Version: $Revision: 2.5 $
;; This file is part of GNU Emacs.
@@ -266,10 +266,10 @@
(provide 'forms) ;;; official
(provide 'forms-mode) ;;; for compatibility
-(defconst forms-version (substring "$Revision: 2.4 $" 11 -2)
+(defconst forms-version (substring "$Revision: 2.5 $" 11 -2)
"The version number of forms-mode (as string). The complete RCS id is:
- $Id: forms.el,v 2.4 1994/03/28 23:13:07 kwzh Exp kwzh $")
+ $Id: forms.el,v 2.5 1994/05/07 01:52:42 kwzh Exp rms $")
(defvar forms-mode-hooks nil
"Hook functions to be run upon entering Forms mode.")
@@ -292,7 +292,7 @@
(defvar forms-read-only nil
"Non-nil means: visit the file in view (read-only) mode.
-(Defaults to the write access on the data file).")
+\(Defaults to the write access on the data file).")
(defvar forms-multi-line "\C-k"
"If not nil: use this character to separate multi-line fields (default C-k).")