diff options
| author | K. Handa | 2015-05-02 22:39:54 +0900 |
|---|---|---|
| committer | K. Handa | 2015-05-02 22:39:54 +0900 |
| commit | 40e720d049693dfe0c5559a8a8285a0b5cc6c5e2 (patch) | |
| tree | 46b84f79be0930e7fa729ae06836b90892e3d9b5 /doc/lispref | |
| parent | c3c9dab41b637b53034dd2f3dce6bf042380adae (diff) | |
| parent | 0bbc027356b680f32ac7b2d47d43a65d01091032 (diff) | |
| download | emacs-40e720d049693dfe0c5559a8a8285a0b5cc6c5e2.tar.gz emacs-40e720d049693dfe0c5559a8a8285a0b5cc6c5e2.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/Makefile.in | 3 | ||||
| -rw-r--r-- | doc/lispref/back.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/book-spine.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/elisp.texi | 3 | ||||
| -rw-r--r-- | doc/lispref/keymaps.texi | 6 | ||||
| -rw-r--r-- | doc/lispref/lay-flat.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/nonascii.texi | 4 | ||||
| -rw-r--r-- | doc/lispref/objects.texi | 10 |
8 files changed, 13 insertions, 19 deletions
diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in index 4c62c703462..94759173dd6 100644 --- a/doc/lispref/Makefile.in +++ b/doc/lispref/Makefile.in | |||
| @@ -28,7 +28,7 @@ srcdir = @srcdir@ | |||
| 28 | buildinfodir = $(srcdir)/../../info | 28 | buildinfodir = $(srcdir)/../../info |
| 29 | # Directory with the (customized) texinfo.tex file. | 29 | # Directory with the (customized) texinfo.tex file. |
| 30 | texinfodir = $(srcdir)/../misc | 30 | texinfodir = $(srcdir)/../misc |
| 31 | # Directory with emacsver.texi. | 31 | # Directory with docstyle.tex and emacsver.texi. |
| 32 | emacsdir = $(srcdir)/../emacs | 32 | emacsdir = $(srcdir)/../emacs |
| 33 | 33 | ||
| 34 | prefix = @prefix@ | 34 | prefix = @prefix@ |
| @@ -80,6 +80,7 @@ PS_TARGETS = elisp.ps | |||
| 80 | 80 | ||
| 81 | srcs = \ | 81 | srcs = \ |
| 82 | $(srcdir)/elisp.texi \ | 82 | $(srcdir)/elisp.texi \ |
| 83 | $(emacsdir)/docstyle.texi \ | ||
| 83 | $(emacsdir)/emacsver.texi \ | 84 | $(emacsdir)/emacsver.texi \ |
| 84 | $(srcdir)/abbrevs.texi \ | 85 | $(srcdir)/abbrevs.texi \ |
| 85 | $(srcdir)/anti.texi \ | 86 | $(srcdir)/anti.texi \ |
diff --git a/doc/lispref/back.texi b/doc/lispref/back.texi index 5edfb671773..3433277ca0f 100644 --- a/doc/lispref/back.texi +++ b/doc/lispref/back.texi | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | @c %**start of header | 6 | @c %**start of header |
| 7 | @setfilename back-cover | 7 | @setfilename back-cover |
| 8 | @settitle GNU Emacs Lisp Reference Manual | 8 | @settitle GNU Emacs Lisp Reference Manual |
| 9 | @documentencoding UTF-8 | 9 | @include docstyle.texi |
| 10 | @c %**end of header | 10 | @c %**end of header |
| 11 | . | 11 | . |
| 12 | @sp 7 | 12 | @sp 7 |
diff --git a/doc/lispref/book-spine.texi b/doc/lispref/book-spine.texi index f58fb77dcc1..8c6381f3d81 100644 --- a/doc/lispref/book-spine.texi +++ b/doc/lispref/book-spine.texi | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @c %**start of header | 2 | @c %**start of header |
| 3 | @setfilename book-spine | 3 | @setfilename book-spine |
| 4 | @settitle book-spine | 4 | @settitle book-spine |
| 5 | @documentencoding UTF-8 | 5 | @include docstyle.texi |
| 6 | @c %**end of header | 6 | @c %**end of header |
| 7 | 7 | ||
| 8 | @include emacsver.texi | 8 | @include emacsver.texi |
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index bf1fc4db173..a32c69c1c2f 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi | |||
| @@ -18,6 +18,7 @@ | |||
| 18 | @ifclear volflag | 18 | @ifclear volflag |
| 19 | @settitle GNU Emacs Lisp Reference Manual | 19 | @settitle GNU Emacs Lisp Reference Manual |
| 20 | @end ifclear | 20 | @end ifclear |
| 21 | @include docstyle.texi | ||
| 21 | 22 | ||
| 22 | @c %**end of header | 23 | @c %**end of header |
| 23 | 24 | ||
| @@ -115,8 +116,6 @@ developing GNU and promoting software freedom.'' | |||
| 115 | @end quotation | 116 | @end quotation |
| 116 | @end copying | 117 | @end copying |
| 117 | 118 | ||
| 118 | @documentencoding UTF-8 | ||
| 119 | |||
| 120 | @dircategory Emacs lisp | 119 | @dircategory Emacs lisp |
| 121 | @direntry | 120 | @direntry |
| 122 | * Elisp: (elisp). The Emacs Lisp Reference Manual. | 121 | * Elisp: (elisp). The Emacs Lisp Reference Manual. |
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi index 7ba45a6023f..7752bf0617c 100644 --- a/doc/lispref/keymaps.texi +++ b/doc/lispref/keymaps.texi | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*- mode: texinfo; coding: utf-8 -*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1994, 1998-2015 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1990-1994, 1998-2015 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| @@ -1717,14 +1717,14 @@ they usually will be in a Lisp file (@pxref{Loading Non-ASCII}), you | |||
| 1717 | must type the keys as multibyte too. For instance, if you use this: | 1717 | must type the keys as multibyte too. For instance, if you use this: |
| 1718 | 1718 | ||
| 1719 | @smallexample | 1719 | @smallexample |
| 1720 | (global-set-key "@"o" 'my-function) ; bind o-umlaut | 1720 | (global-set-key "ö" 'my-function) ; bind o-umlaut |
| 1721 | @end smallexample | 1721 | @end smallexample |
| 1722 | 1722 | ||
| 1723 | @noindent | 1723 | @noindent |
| 1724 | or | 1724 | or |
| 1725 | 1725 | ||
| 1726 | @smallexample | 1726 | @smallexample |
| 1727 | (global-set-key ?@"o 'my-function) ; bind o-umlaut | 1727 | (global-set-key ?ö 'my-function) ; bind o-umlaut |
| 1728 | @end smallexample | 1728 | @end smallexample |
| 1729 | 1729 | ||
| 1730 | @noindent | 1730 | @noindent |
diff --git a/doc/lispref/lay-flat.texi b/doc/lispref/lay-flat.texi index 81755b6227f..947beeca23c 100644 --- a/doc/lispref/lay-flat.texi +++ b/doc/lispref/lay-flat.texi | |||
| @@ -6,8 +6,8 @@ | |||
| 6 | @comment %**start of header | 6 | @comment %**start of header |
| 7 | @setfilename inner-covers.info | 7 | @setfilename inner-covers.info |
| 8 | @settitle Inner Covers | 8 | @settitle Inner Covers |
| 9 | @include docstyle.texi | ||
| 9 | @smallbook | 10 | @smallbook |
| 10 | @documentencoding UTF-8 | ||
| 11 | @comment %**end of header | 11 | @comment %**end of header |
| 12 | 12 | ||
| 13 | @headings off | 13 | @headings off |
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index 05d5ca48043..28f90d9567a 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*- mode: texinfo; coding: utf-8 -*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1998-1999, 2001-2015 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1998-1999, 2001-2015 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| @@ -1817,7 +1817,7 @@ original text: | |||
| 1817 | @example | 1817 | @example |
| 1818 | @group | 1818 | @group |
| 1819 | (decode-coding-string "Gr\374ss Gott" 'latin-1) | 1819 | (decode-coding-string "Gr\374ss Gott" 'latin-1) |
| 1820 | @result{} #("Gr@"uss Gott" 0 9 (charset iso-8859-1)) | 1820 | @result{} #("Grüss Gott" 0 9 (charset iso-8859-1)) |
| 1821 | @end group | 1821 | @end group |
| 1822 | @end example | 1822 | @end example |
| 1823 | @end defun | 1823 | @end defun |
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index c7d71d2aba9..c4c74ec7556 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*- mode: texinfo; coding: utf-8 -*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2015 Free Software | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2015 Free Software |
| 4 | @c Foundation, Inc. | 4 | @c Foundation, Inc. |
| @@ -375,13 +375,7 @@ that, Emacs signals an error. | |||
| 375 | codes. A hexadecimal escape sequence consists of a backslash, | 375 | codes. A hexadecimal escape sequence consists of a backslash, |
| 376 | @samp{x}, and the hexadecimal character code. Thus, @samp{?\x41} is | 376 | @samp{x}, and the hexadecimal character code. Thus, @samp{?\x41} is |
| 377 | the character @kbd{A}, @samp{?\x1} is the character @kbd{C-a}, and | 377 | the character @kbd{A}, @samp{?\x1} is the character @kbd{C-a}, and |
| 378 | @code{?\xe0} is the character | 378 | @code{?\xe0} is the character @kbd{à} (@kbd{a} with grave accent). |
| 379 | @iftex | ||
| 380 | @samp{@`a}. | ||
| 381 | @end iftex | ||
| 382 | @ifnottex | ||
| 383 | @samp{a} with grave accent. | ||
| 384 | @end ifnottex | ||
| 385 | You can use any number of hex digits, so you can represent any | 379 | You can use any number of hex digits, so you can represent any |
| 386 | character code in this way. | 380 | character code in this way. |
| 387 | 381 | ||