]> git.eshelyaron.com Git - emacs.git/commitdiff
Further doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 27 Aug 1997 23:10:59 +0000 (23:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 27 Aug 1997 23:10:59 +0000 (23:10 +0000)
lisp/forms.el

index 1426d2eb292388f86f21f5e80ebef2f7365d0b85..22f804c5210deac35d242f90e7aa0e95e52b6ca8 100644 (file)
 (provide 'forms)                       ;;; official
 (provide 'forms-mode)                  ;;; for compatibility
 
-(defconst forms-version (substring "$Revision: 2.32 $" 11 -2)
+(defconst forms-version (substring "$Revision: 2.33 $" 11 -2)
   "The version number of forms-mode (as string).  The complete RCS id is:
 
-  $Id: forms.el,v 2.32 1997/08/19 04:55:58 rms Exp rms $")
+  $Id: forms.el,v 2.33 1997/08/27 06:47:51 rms Exp rms $")
 
 (defcustom forms-mode-hooks nil
   "Hook functions to be run upon entering Forms mode."
 
 (defvar forms-read-only nil
   "Non-nil means: visit the file in view (read-only) mode.
-This is set automatically based on the file permissions.")
+This is set automatically if the file permissions don't let you write it.")
 
 (defvar forms-multi-line "\C-k" "\
 If not nil: use this character to separate multi-line fields (default C-k).")