mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
Specify info encoding and language.
* emacs.texi, emacs-xtra.texi: * emacs-lisp-intro.texi: * back.texi, book-spine.texi, elisp.texi, lay-flat.texi: * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi: * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi: * ede.texi, ediff.texi, edt.texi, efaq-w32.texi, efaq.texi: * eieio.texi, emacs-gnutls.texi, emacs-mime.texi, epa.texi, erc.texi: * ert.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi: * gnus-coding.texi, gnus-faq.texi, gnus.texi, htmlfontify.texi: * idlwave.texi, ido.texi, info.texi, mairix-el.texi, message.texi: * mh-e.texi, newsticker.texi, nxml-mode.texi, octave-mode.texi: * org.texi, pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi: * remember.texi, sasl.texi, sc.texi, semantic.texi, ses.texi: * sieve.texi, smtpmail.texi, speedbar.texi, srecode.texi: * todo-mode.texi, tramp.texi, url.texi, vip.texi, viper.texi: * widget.texi, wisent.texi, woman.texi: Add @documentencoding, @documentlanguage as needed. Fixes: debbugs:16292
This commit is contained in:
parent
c0e8f6a9ea
commit
dcd812be6a
@ -1,3 +1,8 @@
|
||||
2013-12-30 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Specify info encoding and language (Bug#16292).
|
||||
* emacs.texi, emacs-xtra.texi: Add @documentlanguage directive.
|
||||
|
||||
2013-12-28 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* trouble.texi (Understanding Bug Reporting): Brevity.
|
||||
|
@ -27,6 +27,7 @@ modify this GNU manual.''
|
||||
@end copying
|
||||
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
|
||||
@dircategory Emacs
|
||||
@direntry
|
||||
|
@ -45,6 +45,7 @@ developing GNU and promoting software freedom.''
|
||||
@end copying
|
||||
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
|
||||
@dircategory Emacs
|
||||
@direntry
|
||||
|
@ -1,3 +1,8 @@
|
||||
2013-12-30 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Specify info encoding and language (Bug#16292).
|
||||
* emacs-lisp-intro.texi: Add @documentencoding, @documentlanguage.
|
||||
|
||||
2013-12-30 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* emacs-lisp-intro.texi: Use @quotation for license notice.
|
||||
|
@ -4,6 +4,8 @@
|
||||
@c setfilename emacs-lisp-intro.info
|
||||
@c sethtmlfilename emacs-lisp-intro.html
|
||||
@settitle Programming in Emacs Lisp
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@syncodeindex vr cp
|
||||
@syncodeindex fn cp
|
||||
@finalout
|
||||
|
@ -1,3 +1,9 @@
|
||||
2013-12-30 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Specify info encoding and language (Bug#16292).
|
||||
* back.texi, book-spine.texi, elisp.texi, lay-flat.texi:
|
||||
Add @documentencoding, @documentlanguage as needed.
|
||||
|
||||
2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Plain copy-file no longer chmods an existing destination (Bug#16133).
|
||||
|
@ -6,6 +6,8 @@
|
||||
@c %**start of header
|
||||
@setfilename back-cover
|
||||
@settitle GNU Emacs Lisp Reference Manual
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c %**end of header
|
||||
.
|
||||
@sp 7
|
||||
|
@ -2,6 +2,8 @@
|
||||
@c %**start of header
|
||||
@setfilename book-spine
|
||||
@settitle book-spine
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c %**end of header
|
||||
|
||||
@include emacsver.texi
|
||||
|
@ -116,6 +116,7 @@ developing GNU and promoting software freedom.''
|
||||
@end copying
|
||||
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
|
||||
@dircategory Emacs lisp
|
||||
@direntry
|
||||
|
@ -7,6 +7,8 @@
|
||||
@setfilename inner-covers.info
|
||||
@settitle Inner Covers
|
||||
@smallbook
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@comment %**end of header
|
||||
|
||||
@headings off
|
||||
|
@ -1,3 +1,21 @@
|
||||
2013-12-30 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Specify info encoding and language (Bug#16292).
|
||||
* ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
|
||||
* cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
|
||||
* ede.texi, ediff.texi, edt.texi, efaq-w32.texi, efaq.texi:
|
||||
* eieio.texi, emacs-gnutls.texi, emacs-mime.texi, epa.texi, erc.texi:
|
||||
* ert.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi:
|
||||
* gnus-coding.texi, gnus-faq.texi, gnus.texi, htmlfontify.texi:
|
||||
* idlwave.texi, ido.texi, info.texi, mairix-el.texi, message.texi:
|
||||
* mh-e.texi, newsticker.texi, nxml-mode.texi, octave-mode.texi:
|
||||
* org.texi, pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi:
|
||||
* remember.texi, sasl.texi, sc.texi, semantic.texi, ses.texi:
|
||||
* sieve.texi, smtpmail.texi, speedbar.texi, srecode.texi:
|
||||
* todo-mode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
|
||||
* widget.texi, wisent.texi, woman.texi:
|
||||
Add @documentencoding, @documentlanguage as needed.
|
||||
|
||||
2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
|
||||
|
||||
* emacs-gnutls.texi (Help For Users): Document `gnutls-verify-error'.
|
||||
|
@ -1,6 +1,8 @@
|
||||
\input texinfo @c -*-texinfo-*-
|
||||
@setfilename ../../info/ada-mode
|
||||
@settitle Ada Mode
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
|
||||
@copying
|
||||
Copyright @copyright{} 1999--2013 Free Software Foundation, Inc.
|
||||
|
@ -6,6 +6,8 @@
|
||||
|
||||
@setfilename ../../info/auth
|
||||
@settitle Emacs auth-source Library @value{VERSION}
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
|
||||
@copying
|
||||
This file describes the Emacs auth-source library.
|
||||
|
@ -5,6 +5,8 @@
|
||||
@c @node Autotypist, Picture, Abbrevs, Top
|
||||
@c @chapter Features for Automatic Typing
|
||||
@settitle Features for Automatic Typing
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c @cindex text
|
||||
@c @cindex selfinserting text
|
||||
@c @cindex autotypist
|
||||
|
@ -4,6 +4,8 @@
|
||||
@set TITLE Bovine parser development
|
||||
@set AUTHOR Eric M. Ludlam, David Ponce, and Richard Y. Kim
|
||||
@settitle @value{TITLE}
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
|
||||
@c *************************************************************************
|
||||
@c @ Header
|
||||
|
@ -4,6 +4,8 @@
|
||||
@setfilename ../../info/calc
|
||||
@c [title]
|
||||
@settitle GNU Emacs Calc Manual
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@setchapternewpage odd
|
||||
@comment %**end of header (This is for running Texinfo on a region.)
|
||||
|
||||
@ -11801,7 +11803,7 @@ Thus @kbd{M-@key{DEL}} by itself removes the second-from-top stack element,
|
||||
leaving the first, third, fourth, and so on; @kbd{M-3 M-@key{DEL}} deletes
|
||||
the third stack element.
|
||||
|
||||
The above commands do not depend on the location of the cursor.
|
||||
The above commands do not depend on the location of the cursor.
|
||||
If the customizable variable @code{calc-context-sensitive-enter} is
|
||||
non-@code{nil} (@pxref{Customizing Calc}), these commands will become
|
||||
context sensitive. For example, instead of duplicating the top of the stack,
|
||||
@ -33326,7 +33328,7 @@ integers. Each @var{d} is a base-@expr{10^n} ``digit'' (where again,
|
||||
99@dots{}9. The least significant digit is @var{d0}; the last digit,
|
||||
@var{dn}, which is always nonzero, is the most significant digit. For
|
||||
example, the integer @mathit{-12345678} might be stored as
|
||||
@samp{(bigneg 678 345 12)}.
|
||||
@samp{(bigneg 678 345 12)}.
|
||||
|
||||
The distinction between small and large integers is entirely hidden from
|
||||
the user. In @code{defmath} definitions, the Lisp predicate @code{integerp}
|
||||
@ -35712,10 +35714,10 @@ is @code{nil}.
|
||||
The commands @code{calc-enter} and @code{calc-pop} will typically
|
||||
duplicate the top of the stack. If
|
||||
@code{calc-context-sensitive-enter} is non-@code{nil}, then the
|
||||
@code{calc-enter} will copy the element at the cursor to the
|
||||
@code{calc-enter} will copy the element at the cursor to the
|
||||
top of the stack and @code{calc-pop} will delete the element at the
|
||||
cursor. The default value of @code{calc-context-sensitive-enter} is
|
||||
@code{nil}.
|
||||
@code{nil}.
|
||||
@end defvar
|
||||
|
||||
@defvar calc-undo-length
|
||||
|
@ -83,6 +83,8 @@ the second with them pointing to the XEmacs manuals.
|
||||
|
||||
@setfilename ../../info/ccmode
|
||||
@settitle CC Mode Manual
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@footnotestyle end
|
||||
|
||||
@c The following four macros generate the filenames and titles of the
|
||||
|
@ -1,6 +1,8 @@
|
||||
\input texinfo @c -*-texinfo-*-
|
||||
@setfilename ../../info/cl
|
||||
@settitle Common Lisp Extensions
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@include emacsver.texi
|
||||
|
||||
@copying
|
||||
@ -1495,7 +1497,7 @@ simply returning @code{nil}.
|
||||
|
||||
@node Blocks and Exits
|
||||
@section Blocks and Exits
|
||||
@cindex block
|
||||
@cindex block
|
||||
|
||||
@noindent
|
||||
Common Lisp @dfn{blocks} provide a non-local exit mechanism very
|
||||
|
@ -2,6 +2,8 @@
|
||||
@setfilename ../../info/dbus
|
||||
@c %**start of header
|
||||
@settitle Using of D-Bus
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c @setchapternewpage odd
|
||||
@c %**end of header
|
||||
|
||||
|
@ -9,6 +9,8 @@
|
||||
@comment %**start of header (This is for running Texinfo on a region.)
|
||||
@setfilename ../../info/dired-x
|
||||
@settitle Dired Extra User's Manual
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
|
||||
@include emacsver.texi
|
||||
|
||||
|
@ -3,6 +3,8 @@
|
||||
@comment %**start of header
|
||||
@setfilename ../../info/ebrowse
|
||||
@settitle A Class Browser for C++
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@setchapternewpage odd
|
||||
@syncodeindex fn cp
|
||||
@comment %**end of header
|
||||
|
@ -1,6 +1,8 @@
|
||||
\input texinfo
|
||||
@setfilename ../../info/ede
|
||||
@settitle Emacs Development Environment
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
|
||||
@copying
|
||||
This file describes EDE, the Emacs Development Environment.
|
||||
|
@ -10,6 +10,8 @@
|
||||
@setfilename ../../info/ediff
|
||||
|
||||
@settitle Ediff User's Manual
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@synindex vr cp
|
||||
@synindex fn cp
|
||||
@synindex pg cp
|
||||
|
@ -1,6 +1,8 @@
|
||||
\input texinfo
|
||||
@setfilename ../../info/edt
|
||||
@settitle EDT Emulation for Emacs
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
|
||||
@copying
|
||||
This file documents the EDT emulation package for Emacs.
|
||||
|
@ -162,7 +162,7 @@ Pre-compiled versions are distributed from
|
||||
Emacs binaries are distributed as zip files, digitally
|
||||
signed by the developer who built them. Generally most users will
|
||||
want the file @file{emacs-@value{EMACSVER}-bin-i386.zip}, which
|
||||
contains everything you need to get started.
|
||||
contains everything you need to get started.
|
||||
|
||||
@cindex where to get sources
|
||||
@cindex Emacs source code
|
||||
@ -286,7 +286,7 @@ Windows ports of the command line gzip and tar tools from multiple sources.
|
||||
|
||||
The command to unpack a source distribution from the command line is:
|
||||
@example
|
||||
tar xzf emacs-@value{EMACSVER}.tar.gz
|
||||
tar xzf emacs-@value{EMACSVER}.tar.gz
|
||||
@end example
|
||||
|
||||
If this does not work with the versions of tar and gzip that you have,
|
||||
@ -573,9 +573,9 @@ Message-ID: <fawg21mm4hm.fsf@@mordor.rsn.hp.com>
|
||||
Subject: Re: Re[2]: problem with caps/ctrl swap on NT 4.0
|
||||
@end ignore
|
||||
@example
|
||||
It's a binary value that lets you map keystrokes in the low-level keyboard
|
||||
drivers in NT. As a result you don't have to worry about applications
|
||||
bypassing mappings that you've done at a higher level (i.e. it just works).
|
||||
It's a binary value that lets you map keystrokes in the low-level keyboard
|
||||
drivers in NT. As a result you don't have to worry about applications
|
||||
bypassing mappings that you've done at a higher level (i.e. it just works).
|
||||
|
||||
Here's the format of the value:
|
||||
|
||||
@ -587,11 +587,11 @@ Here's the format of the value:
|
||||
DWORD: mapping n
|
||||
DWORD: 0x00000000 terminating null DWORD
|
||||
|
||||
Each mapping DWORD has two parts: the input scancode, and an output
|
||||
scancode. To map scancode 0x1d (left control) to scancode 0x3a (caps
|
||||
lock), you want a value of 0x003a001d. Note that this does not swap the
|
||||
keys. Using just this mapping value, both the left control and the caps
|
||||
lock key will behave as caps-lock. To swap, you also need to map 0x3a to
|
||||
Each mapping DWORD has two parts: the input scancode, and an output
|
||||
scancode. To map scancode 0x1d (left control) to scancode 0x3a (caps
|
||||
lock), you want a value of 0x003a001d. Note that this does not swap the
|
||||
keys. Using just this mapping value, both the left control and the caps
|
||||
lock key will behave as caps-lock. To swap, you also need to map 0x3a to
|
||||
0x1d, using 0x001d003a.
|
||||
|
||||
This registry value is system wide, and can't be made user-specific. It
|
||||
@ -1426,7 +1426,7 @@ this discussion} for more details.
|
||||
You can start an interactive shell in Emacs by typing @kbd{M-x shell}.
|
||||
Emacs uses the @env{SHELL} environment variable to determine which
|
||||
program to use as the shell. To instruct Emacs to use a non-default
|
||||
shell, you can either set this environment variable, or customize
|
||||
shell, you can either set this environment variable, or customize
|
||||
@code{explicit-shell-file-name}. You can also customize
|
||||
@code{shell-file-name} to change the shell that will be used by
|
||||
subprocesses that are started with @code{shell-command} and
|
||||
|
@ -2,6 +2,8 @@
|
||||
@c %**start of header
|
||||
@setfilename ../../info/efaq
|
||||
@settitle GNU Emacs FAQ
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c %**end of header
|
||||
|
||||
@include emacsver.texi
|
||||
|
@ -3,6 +3,8 @@
|
||||
@set TITLE Enhanced Implementation of Emacs Interpreted Objects
|
||||
@set AUTHOR Eric M. Ludlam
|
||||
@settitle @value{TITLE}
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
|
||||
@c *************************************************************************
|
||||
@c @ Header
|
||||
|
@ -4,6 +4,8 @@
|
||||
|
||||
@setfilename ../../info/emacs-gnutls
|
||||
@settitle Emacs GnuTLS Integration @value{VERSION}
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
|
||||
@copying
|
||||
This file describes the Emacs GnuTLS integration.
|
||||
|
@ -26,8 +26,8 @@ modify this GNU manual.''
|
||||
@end quotation
|
||||
@end copying
|
||||
|
||||
@c Node ``Interface Functions'' uses non-ASCII characters
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
|
||||
@dircategory Emacs lisp libraries
|
||||
@direntry
|
||||
|
@ -2,6 +2,8 @@
|
||||
@c %**start of header
|
||||
@setfilename ../../info/epa
|
||||
@settitle EasyPG Assistant User's Manual
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c %**end of header
|
||||
|
||||
@set VERSION 1.0.0
|
||||
|
@ -4,6 +4,8 @@
|
||||
@settitle ERC Manual
|
||||
@syncodeindex fn cp
|
||||
@include emacsver.texi
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c %**end of header
|
||||
|
||||
@copying
|
||||
|
@ -2,6 +2,8 @@
|
||||
@c %**start of header
|
||||
@setfilename ../../info/ert
|
||||
@settitle Emacs Lisp Regression Testing
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c %**end of header
|
||||
|
||||
@dircategory Emacs misc features
|
||||
|
@ -4,6 +4,8 @@
|
||||
@settitle Eshell: The Emacs Shell
|
||||
@defindex cm
|
||||
@synindex vr fn
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c %**end of header
|
||||
|
||||
@copying
|
||||
|
@ -3,6 +3,8 @@
|
||||
@setfilename ../../info/eudc
|
||||
@settitle Emacs Unified Directory Client (EUDC) Manual
|
||||
@afourpaper
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c %**end of header
|
||||
|
||||
@copying
|
||||
|
@ -5,6 +5,8 @@
|
||||
@set UPDATED April 2004
|
||||
@settitle GNU Flymake @value{VERSION}
|
||||
@syncodeindex pg cp
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@comment %**end of header
|
||||
|
||||
@copying
|
||||
|
@ -14,6 +14,8 @@
|
||||
@end iftex
|
||||
@c @smallbook
|
||||
@comment %**end of header (This is for running Texinfo on a region.)
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
|
||||
@copying
|
||||
This file documents Forms mode, a form-editing major mode for GNU Emacs.
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
@setfilename gnus-coding
|
||||
@settitle Gnus Coding Style and Maintenance Guide
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@syncodeindex fn cp
|
||||
@syncodeindex vr cp
|
||||
@syncodeindex pg cp
|
||||
|
@ -5,6 +5,8 @@
|
||||
@c
|
||||
@c @setfilename gnus-faq.info
|
||||
@c @settitle Frequently Asked Questions
|
||||
@c @documentencoding UTF-8
|
||||
@c @documentlanguage en
|
||||
@c %**end of header
|
||||
@c
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
@syncodeindex pg cp
|
||||
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
|
||||
@copying
|
||||
Copyright @copyright{} 1995--2013 Free Software Foundation, Inc.
|
||||
|
@ -3,6 +3,8 @@
|
||||
@setfilename ../../info/htmlfontify
|
||||
@settitle Htmlfontify User Manual
|
||||
@exampleindent 2
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@comment %**end of header
|
||||
|
||||
@copying
|
||||
|
@ -12,6 +12,8 @@
|
||||
@set DATE April, 2007
|
||||
@set AUTHOR J.D. Smith & Carsten Dominik
|
||||
@set MAINTAINER J.D. Smith
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c %**end of header
|
||||
@finalout
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
\input texinfo @c -*-texinfo-*-
|
||||
@setfilename ../../info/ido
|
||||
@settitle Interactive Do
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@include emacsver.texi
|
||||
|
||||
@copying
|
||||
|
@ -8,6 +8,8 @@
|
||||
@syncodeindex fn cp
|
||||
@syncodeindex vr cp
|
||||
@syncodeindex ky cp
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@comment %**end of header
|
||||
|
||||
@copying
|
||||
|
@ -4,6 +4,7 @@
|
||||
@settitle Emacs Interface for Mairix
|
||||
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
|
||||
@copying
|
||||
Copyright @copyright{} 2008--2013 Free Software Foundation, Inc.
|
||||
|
@ -4,6 +4,8 @@
|
||||
|
||||
@setfilename ../../info/message
|
||||
@settitle Message Manual
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@synindex fn cp
|
||||
@synindex vr cp
|
||||
@synindex pg cp
|
||||
|
@ -5,6 +5,8 @@
|
||||
@c %**start of header
|
||||
@setfilename ../../info/mh-e
|
||||
@settitle The MH-E Manual
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c %**end of header
|
||||
|
||||
@c Version of the software and manual.
|
||||
|
@ -7,6 +7,8 @@
|
||||
@syncodeindex vr cp
|
||||
@syncodeindex fn cp
|
||||
@syncodeindex pg cp
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@comment %**end of header
|
||||
|
||||
@copying
|
||||
|
@ -2,6 +2,8 @@
|
||||
@c %**start of header
|
||||
@setfilename ../../info/nxml-mode
|
||||
@settitle nXML Mode
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c %**end of header
|
||||
|
||||
@copying
|
||||
|
@ -2,6 +2,8 @@
|
||||
@c %**start of header
|
||||
@setfilename ../../info/octave-mode
|
||||
@settitle Octave Mode
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c %**end of header
|
||||
|
||||
@copying
|
||||
|
@ -15,6 +15,8 @@
|
||||
@set MAINTAINER Carsten Dominik
|
||||
@set MAINTAINEREMAIL @email{carsten at orgmode dot org}
|
||||
@set MAINTAINERCONTACT @uref{mailto:carsten at orgmode dot org,contact the maintainer}
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c %**end of header
|
||||
@finalout
|
||||
|
||||
|
@ -3,6 +3,8 @@
|
||||
@setfilename ../../info/pcl-cvs
|
||||
@settitle PCL-CVS---Emacs Front-End to CVS
|
||||
@syncodeindex vr fn
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c %**end of header
|
||||
|
||||
@copying
|
||||
|
@ -7,6 +7,9 @@
|
||||
@set VERSION 0.1
|
||||
@settitle PGG @value{VERSION}
|
||||
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
|
||||
@copying
|
||||
This file describes PGG @value{VERSION}, an Emacs interface to various
|
||||
PGP implementations.
|
||||
|
@ -2,6 +2,8 @@
|
||||
@c %**start of header
|
||||
@setfilename ../../info/rcirc
|
||||
@settitle rcirc Manual
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c %**end of header
|
||||
|
||||
@copying
|
||||
|
@ -2,6 +2,8 @@
|
||||
@c %**start of header
|
||||
@setfilename ../../info/reftex
|
||||
@settitle RefTeX User Manual
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@synindex ky cp
|
||||
@syncodeindex vr cp
|
||||
@syncodeindex fn cp
|
||||
|
@ -3,6 +3,8 @@
|
||||
@setfilename ../../info/remember
|
||||
@settitle Remember Manual
|
||||
@syncodeindex fn cp
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c %**end of header
|
||||
|
||||
@copying
|
||||
|
@ -7,6 +7,9 @@
|
||||
@set VERSION 0.2
|
||||
@settitle Emacs SASL Library @value{VERSION}
|
||||
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
|
||||
@copying
|
||||
This file describes the Emacs SASL library, version @value{VERSION}.
|
||||
|
||||
|
@ -3,6 +3,8 @@
|
||||
@comment %**start of header (This is for running Texinfo on a region.)
|
||||
@setfilename ../../info/sc
|
||||
@settitle Supercite User's Manual
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@iftex
|
||||
@finalout
|
||||
@end iftex
|
||||
|
@ -3,6 +3,8 @@
|
||||
@set TITLE Semantic Manual
|
||||
@set AUTHOR Eric M. Ludlam, David Ponce, and Richard Y. Kim
|
||||
@settitle @value{TITLE}
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
|
||||
@c *************************************************************************
|
||||
@c @ Header
|
||||
|
@ -6,6 +6,8 @@
|
||||
@syncodeindex fn cp
|
||||
@syncodeindex vr cp
|
||||
@syncodeindex ky cp
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c %**end of header
|
||||
|
||||
@copying
|
||||
|
@ -4,6 +4,8 @@
|
||||
|
||||
@setfilename ../../info/sieve
|
||||
@settitle Emacs Sieve Manual
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@synindex fn cp
|
||||
@synindex vr cp
|
||||
@synindex pg cp
|
||||
|
@ -1,6 +1,8 @@
|
||||
\input texinfo @c -*-texinfo-*-
|
||||
@setfilename ../../info/smtpmail
|
||||
@settitle Emacs SMTP Library
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@syncodeindex vr fn
|
||||
@copying
|
||||
Copyright @copyright{} 2003--2013 Free Software Foundation, Inc.
|
||||
|
@ -1,6 +1,8 @@
|
||||
\input texinfo @c -*-texinfo-*-
|
||||
@setfilename ../../info/speedbar
|
||||
@settitle Speedbar: File/Tag summarizing utility
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@syncodeindex fn cp
|
||||
|
||||
@copying
|
||||
|
@ -4,6 +4,8 @@
|
||||
@set TITLE SRecoder Manual
|
||||
@set AUTHOR Eric M. Ludlam
|
||||
@settitle @value{TITLE}
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
|
||||
@c Merge all indexes into a single index for now.
|
||||
@c We can always separate them later into two or more as needed.
|
||||
|
@ -5,6 +5,8 @@
|
||||
@syncodeindex fn cp
|
||||
@syncodeindex vr cp
|
||||
@syncodeindex ky cp
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c %**end of header
|
||||
|
||||
@copying
|
||||
|
@ -2,6 +2,8 @@
|
||||
@setfilename ../../info/tramp
|
||||
@c %**start of header
|
||||
@settitle TRAMP User Manual
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c %**end of header
|
||||
|
||||
@c This is *so* much nicer :)
|
||||
|
@ -2,6 +2,9 @@
|
||||
@setfilename ../../info/url
|
||||
@settitle URL Programmer's Manual
|
||||
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
|
||||
@iftex
|
||||
@c @finalout
|
||||
@end iftex
|
||||
|
@ -2,6 +2,9 @@
|
||||
@setfilename ../../info/vip
|
||||
@settitle VIP
|
||||
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
|
||||
@copying
|
||||
Copyright @copyright{} 1987, 2001--2013 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -6,6 +6,9 @@
|
||||
@comment @setfilename viper.info
|
||||
@setfilename ../../info/viper
|
||||
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
|
||||
@copying
|
||||
Copyright @copyright{} 1995--1997, 2001--2013 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -5,6 +5,8 @@
|
||||
@syncodeindex fn cp
|
||||
@syncodeindex vr cp
|
||||
@syncodeindex ky cp
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c %**end of header
|
||||
|
||||
@copying
|
||||
|
@ -20,6 +20,8 @@
|
||||
@c @footnotestyle separate
|
||||
@c @paragraphindent 2
|
||||
@c @@smallbook
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c %**end of header
|
||||
|
||||
@copying
|
||||
|
@ -8,6 +8,8 @@
|
||||
@c Look for @page and @need commands.
|
||||
@setchapternewpage off
|
||||
@paragraphindent 0
|
||||
@documentencoding UTF-8
|
||||
@documentlanguage en
|
||||
@c %**end of header
|
||||
|
||||
@copying
|
||||
|
Loading…
Reference in New Issue
Block a user