aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/forms.el
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-22 22:14:17 +0000
committerRichard M. Stallman1994-05-22 22:14:17 +0000
commita4e104bf5ccd3e19a16cdb6bad79edff86fba3cb (patch)
tree106f991547a8ed4187816562af115ad9b3dc87b5 /lisp/forms.el
parentee6f7c13b2e23119ec5932a6cf2190dca36b95c4 (diff)
downloademacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.tar.gz
emacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.zip
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 @@
2;;; Copyright (C) 1991, 1993 Free Software Foundation, Inc. 2;;; Copyright (C) 1991, 1993 Free Software Foundation, Inc.
3 3
4;; Author: Johan Vromans <jv@nl.net> 4;; Author: Johan Vromans <jv@nl.net>
5;; Version: $Revision: 2.4 $ 5;; Version: $Revision: 2.5 $
6 6
7;; This file is part of GNU Emacs. 7;; This file is part of GNU Emacs.
8 8
@@ -266,10 +266,10 @@
266(provide 'forms) ;;; official 266(provide 'forms) ;;; official
267(provide 'forms-mode) ;;; for compatibility 267(provide 'forms-mode) ;;; for compatibility
268 268
269(defconst forms-version (substring "$Revision: 2.4 $" 11 -2) 269(defconst forms-version (substring "$Revision: 2.5 $" 11 -2)
270 "The version number of forms-mode (as string). The complete RCS id is: 270 "The version number of forms-mode (as string). The complete RCS id is:
271 271
272 $Id: forms.el,v 2.4 1994/03/28 23:13:07 kwzh Exp kwzh $") 272 $Id: forms.el,v 2.5 1994/05/07 01:52:42 kwzh Exp rms $")
273 273
274(defvar forms-mode-hooks nil 274(defvar forms-mode-hooks nil
275 "Hook functions to be run upon entering Forms mode.") 275 "Hook functions to be run upon entering Forms mode.")
@@ -292,7 +292,7 @@
292 292
293(defvar forms-read-only nil 293(defvar forms-read-only nil
294 "Non-nil means: visit the file in view (read-only) mode. 294 "Non-nil means: visit the file in view (read-only) mode.
295(Defaults to the write access on the data file).") 295\(Defaults to the write access on the data file).")
296 296
297(defvar forms-multi-line "\C-k" 297(defvar forms-multi-line "\C-k"
298 "If not nil: use this character to separate multi-line fields (default C-k).") 298 "If not nil: use this character to separate multi-line fields (default C-k).")