diff options
| author | Glenn Morris | 2014-06-09 22:20:31 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-06-09 22:20:31 -0400 |
| commit | 29993416fb4d19c1c3bb146367fc4bed74845486 (patch) | |
| tree | 2073aeaac4bf8d27e49191a2d780f812ab6ceb84 /doc/lispintro | |
| parent | 61784fd180c2f8ab056ddd1af7302ce58afded9f (diff) | |
| download | emacs-29993416fb4d19c1c3bb146367fc4bed74845486.tar.gz emacs-29993416fb4d19c1c3bb146367fc4bed74845486.zip | |
Add .info extension to @setfilename commands in doc/
This makes no difference to anything, since we always use makeinfo -o,
but it makes automake happier, if we ever decide to use that.
Diffstat (limited to 'doc/lispintro')
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 6d5296725b3..6001e3d0084 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*-texinfo-*- |
| 2 | @comment %**start of header | 2 | @comment %**start of header |
| 3 | @setfilename ../../info/eintr | 3 | @setfilename ../../info/eintr.info |
| 4 | @c setfilename emacs-lisp-intro.info | 4 | @c setfilename emacs-lisp-intro.info |
| 5 | @c sethtmlfilename emacs-lisp-intro.html | 5 | @c sethtmlfilename emacs-lisp-intro.html |
| 6 | @settitle Programming in Emacs Lisp | 6 | @settitle Programming in Emacs Lisp |