* doc/misc/forms.texi (Long Example): Update for changed location of files.
This commit is contained in:
parent
af8630f410
commit
6f0652af03
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-05-07 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* forms.texi (Long Example): Update for changed location of files.
|
||||
|
||||
2012-05-04 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
|
||||
|
|
|
@ -861,7 +861,7 @@ you said `no'.
|
|||
@chapter Long Example
|
||||
|
||||
The following example exploits most of the features of Forms mode.
|
||||
This example is included in the distribution as file @file{forms-d2.el}.
|
||||
This example is included in the distribution as file @file{etc/forms/forms-d2.el}.
|
||||
|
||||
@example
|
||||
;; demo2 -- demo forms-mode -*- emacs-lisp -*-
|
||||
|
@ -869,7 +869,8 @@ This example is included in the distribution as file @file{forms-d2.el}.
|
|||
;; @r{This sample forms exploit most of the features of forms mode.}
|
||||
|
||||
;; @r{Set the name of the data file.}
|
||||
(setq forms-file "forms-d2.dat")
|
||||
(setq forms-file
|
||||
(expand-file-name "forms/forms-d2.dat" data-directory))
|
||||
|
||||
;; @r{Use @code{forms-enumerate} to set field names and number thereof.}
|
||||
(setq forms-number-of-fields
|
||||
|
|
Loading…
Add table
Reference in a new issue