From 0d31eeb796f3388ee4160b7fdff60004ce6847cf Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 25 Sep 2015 12:32:13 +0300 Subject: [PATCH] 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 40daf56a3a1..e5d34c62a57 100644 --- a/doc/emacs/basic.texi +++ b/doc/emacs/basic.texi @@ -1,3 +1,4 @@ +@c -*- 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 0d11f12dfc0..76c7261767a 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -1,3 +1,4 @@ +@c -*- 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 7aef52d99d5..a722ec4841b 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi @@ -1,3 +1,4 @@ +@c -*- 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 058f385c0ef..2493fdadf37 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi @@ -1,3 +1,4 @@ +@c -*- 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 3bba577a5f7..4abbb59e89d 100644 --- a/doc/emacs/modes.texi +++ b/doc/emacs/modes.texi @@ -1,3 +1,4 @@ +@c -*- 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 2843eed5ef6..7f3afd71d5b 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi @@ -1,3 +1,4 @@ +@c -*- 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 096b7bec282..22e50e94f48 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 0950a98e897..3ae33082fc4 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 895dca02621..8835667b82d 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi @@ -1,4 +1,4 @@ -@c -*-texinfo-*- +@c -*- 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 fe7c457f57e..387587a4203 100644 --- a/doc/lispref/help.texi +++ b/doc/lispref/help.texi @@ -1,4 +1,4 @@ -@c -*-texinfo-*- +@c -*- 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 92f98ab890f..72b76ce5c8f 100644 --- a/doc/lispref/positions.texi +++ b/doc/lispref/positions.texi @@ -1,4 +1,4 @@ -@c -*-texinfo-*- +@c -*- 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 ac11dd9880f..143de82d9ad 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi @@ -1,4 +1,4 @@ -@c -*-texinfo-*- +@c -*- 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 aa78c735c3f..d9cbf473306 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi @@ -1,4 +1,4 @@ -@c -*-texinfo-*- +@c -*- 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 87c7c8054f1..ac2e74ed50a 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 -- 2.11.4.GIT