Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6f0652af
Commit
6f0652af
authored
May 07, 2012
by
Glenn Morris
Browse files
* doc/misc/forms.texi (Long Example): Update for changed location of files.
parent
af8630f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
doc/misc/ChangeLog
doc/misc/ChangeLog
+4
-0
doc/misc/forms.texi
doc/misc/forms.texi
+3
-2
No files found.
doc/misc/ChangeLog
View file @
6f0652af
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.
...
...
doc/misc/forms.texi
View file @
6f0652af
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment