diff options
author | Glenn Morris <rgm@gnu.org> | 2012-04-13 18:59:01 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-04-13 18:59:01 -0700 |
commit | 1e103a7cd8a0210ad6d66d6105192e8ab8df19e5 (patch) | |
tree | a10c768908ee6af277e8405c2cc5c7a6cdebd294 /doc/lispref/compile.texi | |
parent | 35dc09a19c606f9e7a078df32d030451c7c90ba1 (diff) | |
download | emacs-1e103a7cd8a0210ad6d66d6105192e8ab8df19e5.tar.gz emacs-1e103a7cd8a0210ad6d66d6105192e8ab8df19e5.tar.bz2 emacs-1e103a7cd8a0210ad6d66d6105192e8ab8df19e5.zip |
Remove unnecessary @setfilename commands from many doc/lispref/*.texi
Diffstat (limited to 'doc/lispref/compile.texi')
-rw-r--r-- | doc/lispref/compile.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi index 093c91f02b0..ead75942b24 100644 --- a/doc/lispref/compile.texi +++ b/doc/lispref/compile.texi @@ -1,8 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990-1994, 2001-2012 Free Software Foundation, Inc. +@c Copyright (C) 1990-1994, 2001-2012 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. -@setfilename ../../info/compile @node Byte Compilation, Advising Functions, Loading, Top @chapter Byte Compilation @cindex byte compilation |