diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-22 22:14:17 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-22 22:14:17 +0000 |
commit | a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb (patch) | |
tree | 106f991547a8ed4187816562af115ad9b3dc87b5 /lisp/forms.el | |
parent | ee6f7c13b2e23119ec5932a6cf2190dca36b95c4 (diff) | |
download | emacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.tar.gz |
Doc fix.
Diffstat (limited to 'lisp/forms.el')
-rw-r--r-- | lisp/forms.el | 8 |
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).") |