emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 0d31eeb: Avoid non-ASCII decoding errors in Texinfo


From: Eli Zaretskii
Subject: [Emacs-diffs] master 0d31eeb: Avoid non-ASCII decoding errors in Texinfo files
Date: Fri, 25 Sep 2015 09:33:32 +0000

branch: master
commit 0d31eeb796f3388ee4160b7fdff60004ce6847cf
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Avoid non-ASCII decoding errors in Texinfo files
    
    * doc/misc/tramp.texi:
    * doc/lispref/strings.texi:
    * doc/lispref/positions.texi:
    * doc/lispref/help.texi:
    * doc/lispref/functions.texi:
    * doc/lispintro/emacs-lisp-intro.texi:
    * doc/emacs/text.texi:
    * doc/emacs/modes.texi:
    * doc/emacs/mini.texi:
    * doc/emacs/display.texi:
    * doc/emacs/custom.texi:
    * doc/emacs/basic.texi: Add 'coding' cookies -- these files use
    Unicode characters and should be decoded as UTF-8.
    * doc/lispref/frames.texi (Size Parameters): Don't use a non-ASCII
    apostrophe unnecessarily.
---
 doc/emacs/basic.texi                |    1 +
 doc/emacs/custom.texi               |    1 +
 doc/emacs/display.texi              |    1 +
 doc/emacs/mini.texi                 |    1 +
 doc/emacs/modes.texi                |    1 +
 doc/emacs/text.texi                 |    1 +
 doc/lispintro/emacs-lisp-intro.texi |    2 +-
 doc/lispref/frames.texi             |    2 +-
 doc/lispref/functions.texi          |    2 +-
 doc/lispref/help.texi               |    2 +-
 doc/lispref/positions.texi          |    2 +-
 doc/lispref/strings.texi            |    2 +-
 doc/lispref/tips.texi               |    2 +-
 doc/misc/tramp.texi                 |    2 +-
 14 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi
index 40daf56..e5d34c6 100644
--- a/doc/emacs/basic.texi
+++ b/doc/emacs/basic.texi
@@ -1,3 +1,4 @@
address@hidden -*- coding: utf-8 -*-
 @c This is part of the Emacs manual.
 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2015 Free Software
 @c Foundation, Inc.
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
index 0d11f12..76c7261 100644
--- a/doc/emacs/custom.texi
+++ b/doc/emacs/custom.texi
@@ -1,3 +1,4 @@
address@hidden -*- coding: utf-8 -*-
 @c This is part of the Emacs manual.
 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2015 Free Software
 @c Foundation, Inc.
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index 7aef52d..a722ec4 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -1,3 +1,4 @@
address@hidden -*- coding: utf-8 -*-
 @c This is part of the Emacs manual.
 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2015 Free Software
 @c Foundation, Inc.
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi
index 058f385..2493fda 100644
--- a/doc/emacs/mini.texi
+++ b/doc/emacs/mini.texi
@@ -1,3 +1,4 @@
address@hidden -*- coding: utf-8 -*-
 @c This is part of the Emacs manual.
 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2015 Free Software
 @c Foundation, Inc.
diff --git a/doc/emacs/modes.texi b/doc/emacs/modes.texi
index 3bba577..4abbb59 100644
--- a/doc/emacs/modes.texi
+++ b/doc/emacs/modes.texi
@@ -1,3 +1,4 @@
address@hidden -*- coding: utf-8 -*-
 @c This is part of the Emacs manual.
 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2015 Free Software
 @c Foundation, Inc.
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi
index 2843eed..7f3afd7 100644
--- a/doc/emacs/text.texi
+++ b/doc/emacs/text.texi
@@ -1,3 +1,4 @@
address@hidden -*- coding: utf-8 -*-
 @c This is part of the Emacs manual.
 @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2015 Free Software
 @c Foundation, Inc.
diff --git a/doc/lispintro/emacs-lisp-intro.texi 
b/doc/lispintro/emacs-lisp-intro.texi
index 096b7be..22e50e9 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -1,4 +1,4 @@
-\input texinfo                                      @c -*-texinfo-*-
+\input texinfo                       @c -*- mode: texinfo; coding: utf-8 -*-
 @comment %**start of header
 @setfilename ../../info/eintr.info
 @c setfilename emacs-lisp-intro.info
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 0950a98..3ae3308 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -1283,7 +1283,7 @@ user-position}) does for the position parameters 
@code{top} and
 @cindex maximized frames
 @vindex fullscreen, a frame parameter
 @item fullscreen
-This parameter specifies whether to maximize the frame’s width, height
+This parameter specifies whether to maximize the frame's width, height
 or both.  Its value can be @code{fullwidth}, @code{fullheight},
 @code{fullboth}, or @code{maximized}.  A @dfn{fullwidth} frame is as
 wide as possible, a @dfn{fullheight} frame is as tall as possible, and
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi
index 895dca0..8835667 100644
--- a/doc/lispref/functions.texi
+++ b/doc/lispref/functions.texi
@@ -1,4 +1,4 @@
address@hidden -*-texinfo-*-
address@hidden -*- mode: texinfo; coding: utf-8 -*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2015 Free Software
 @c Foundation, Inc.
diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi
index fe7c457..387587a 100644
--- a/doc/lispref/help.texi
+++ b/doc/lispref/help.texi
@@ -1,4 +1,4 @@
address@hidden -*-texinfo-*-
address@hidden -*- mode: texinfo; coding: utf-8 -*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2015 Free Software
 @c Foundation, Inc.
diff --git a/doc/lispref/positions.texi b/doc/lispref/positions.texi
index 92f98ab..72b76ce 100644
--- a/doc/lispref/positions.texi
+++ b/doc/lispref/positions.texi
@@ -1,4 +1,4 @@
address@hidden -*-texinfo-*-
address@hidden -*- mode: texinfo; coding: utf-8 -*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1995, 1998-2015 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi
index ac11dd9..143de82 100644
--- a/doc/lispref/strings.texi
+++ b/doc/lispref/strings.texi
@@ -1,4 +1,4 @@
address@hidden -*-texinfo-*-
address@hidden -*- mode: texinfo; coding: utf-8 -*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2015 Free Software
 @c Foundation, Inc.
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi
index aa78c73..d9cbf47 100644
--- a/doc/lispref/tips.texi
+++ b/doc/lispref/tips.texi
@@ -1,4 +1,4 @@
address@hidden -*-texinfo-*-
address@hidden -*- mode: texinfo; coding: utf-8 -*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990-1993, 1995, 1998-1999, 2001-2015 Free Software
 @c Foundation, Inc.
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 87c7c80..ac2e74e 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -1,4 +1,4 @@
-\input texinfo   @c -*-texinfo-*-
+\input texinfo   @c -*- mode: texinfo; coding: utf-8 -*-
 @setfilename ../../info/tramp.info
 @c %**start of header
 @settitle TRAMP User Manual



reply via email to

[Prev in Thread] Current Thread [Next in Thread]