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/auth.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/auth.texi')
-rw-r--r-- | doc/misc/auth.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index 2de4cfdab7f..207ffc6d79b 100644 --- a/doc/misc/auth.texi +++ b/doc/misc/auth.texi @@ -4,7 +4,7 @@ @set VERSION 0.3 -@setfilename ../../info/auth +@setfilename ../../info/auth.info @settitle Emacs auth-source Library @value{VERSION} @documentencoding UTF-8 |