emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108154: * doc/misc/forms.texi (Lo


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108154: * doc/misc/forms.texi (Long Example): Update for changed location of files.
Date: Fri, 02 Nov 2012 01:48:35 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108154
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-05-07 19:02:28 -0400
message:
  * doc/misc/forms.texi (Long Example): Update for changed location of files.
modified:
  doc/misc/ChangeLog
  doc/misc/forms.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2012-05-04 06:45:03 +0000
+++ b/doc/misc/ChangeLog        2012-05-07 23:02:28 +0000
@@ -1,3 +1,7 @@
+2012-05-07  Glenn Morris  <address@hidden>
+
+       * forms.texi (Long Example): Update for changed location of files.
+
 2012-05-04  Glenn Morris  <address@hidden>
 
        * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.

=== modified file 'doc/misc/forms.texi'
--- a/doc/misc/forms.texi       2012-01-19 07:21:25 +0000
+++ b/doc/misc/forms.texi       2012-05-07 23:02:28 +0000
@@ -861,7 +861,7 @@
 @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 @@
 ;; @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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]