diff options
| author | Eli Zaretskii | 2015-09-25 12:32:13 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2015-09-25 12:32:13 +0300 |
| commit | 0d31eeb796f3388ee4160b7fdff60004ce6847cf (patch) | |
| tree | a934bd8f2697375a2af9d9a5bbb027a077fb6e9c /doc/lispref/frames.texi | |
| parent | 1657ba799a873a7758219dc0bdebf6ab91908fa2 (diff) | |
| download | emacs-0d31eeb796f3388ee4160b7fdff60004ce6847cf.tar.gz emacs-0d31eeb796f3388ee4160b7fdff60004ce6847cf.zip | |
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.
Diffstat (limited to 'doc/lispref/frames.texi')
| -rw-r--r-- | doc/lispref/frames.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 1283 | @cindex maximized frames | 1283 | @cindex maximized frames |
| 1284 | @vindex fullscreen, a frame parameter | 1284 | @vindex fullscreen, a frame parameter |
| 1285 | @item fullscreen | 1285 | @item fullscreen |
| 1286 | This parameter specifies whether to maximize the frame’s width, height | 1286 | This parameter specifies whether to maximize the frame's width, height |
| 1287 | or both. Its value can be @code{fullwidth}, @code{fullheight}, | 1287 | or both. Its value can be @code{fullwidth}, @code{fullheight}, |
| 1288 | @code{fullboth}, or @code{maximized}. A @dfn{fullwidth} frame is as | 1288 | @code{fullboth}, or @code{maximized}. A @dfn{fullwidth} frame is as |
| 1289 | wide as possible, a @dfn{fullheight} frame is as tall as possible, and | 1289 | wide as possible, a @dfn{fullheight} frame is as tall as possible, and |