diff options
author | Glenn Morris <rgm@gnu.org> | 2014-06-09 22:20:31 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-06-09 22:20:31 -0400 |
commit | 29993416fb4d19c1c3bb146367fc4bed74845486 (patch) | |
tree | 2073aeaac4bf8d27e49191a2d780f812ab6ceb84 /doc/misc/newsticker.texi | |
parent | 61784fd180c2f8ab056ddd1af7302ce58afded9f (diff) | |
download | emacs-29993416fb4d19c1c3bb146367fc4bed74845486.tar.gz |
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/misc/newsticker.texi')
-rw-r--r-- | doc/misc/newsticker.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/newsticker.texi b/doc/misc/newsticker.texi index f51d954948f..ec1236d531b 100644 --- a/doc/misc/newsticker.texi +++ b/doc/misc/newsticker.texi @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- @comment %**start of header -@setfilename ../../info/newsticker +@setfilename ../../info/newsticker.info @set VERSION 1.99 @set UPDATED June 2008 @settitle Newsticker @value{VERSION} |