diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-08-27 23:10:59 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-08-27 23:10:59 +0000 |
commit | 02cf5781937e7b6af753457371e6036c7416dc33 (patch) | |
tree | ca2788a72fa8da606c6471151c61ca198f831a13 /lisp/forms.el | |
parent | f9efebcae0faaa4f28b494f7f31a6e3f150b67d6 (diff) | |
download | emacs-02cf5781937e7b6af753457371e6036c7416dc33.tar.gz |
Further doc fix.
Diffstat (limited to 'lisp/forms.el')
-rw-r--r-- | lisp/forms.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/forms.el b/lisp/forms.el index 1426d2eb292..22f804c5210 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.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." @@ -329,7 +329,7 @@ (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).") |