diff options
| author | Paul Eggert | 2015-09-15 12:19:46 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-09-15 12:20:07 -0700 |
| commit | 691b73f15393ac005c00ee3d544f3a4968c62b7e (patch) | |
| tree | 7831aa750b36515bb45e5f64ded014a5ad01a9c3 | |
| parent | 332f816df1811e00d86f19e3cf01b7d2f80db2ac (diff) | |
| download | emacs-691b73f15393ac005c00ee3d544f3a4968c62b7e.tar.gz emacs-691b73f15393ac005c00ee3d544f3a4968c62b7e.zip | |
; Spelling fixes
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/frames.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 4be0eec13e2..096b7bec282 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi | |||
| @@ -14975,7 +14975,7 @@ The task is easy: use @code{find-file-noselect} and @code{set-buffer}. | |||
| 14975 | @section @code{lengths-list-file} in Detail | 14975 | @section @code{lengths-list-file} in Detail |
| 14976 | 14976 | ||
| 14977 | The core of the @code{lengths-list-file} function is a @code{while} | 14977 | The core of the @code{lengths-list-file} function is a @code{while} |
| 14978 | loop containing a function to move point forwar,d defun by defun, and | 14978 | loop containing a function to move point forward defun by defun, and |
| 14979 | a function to count the number of words and symbols in each defun. | 14979 | a function to count the number of words and symbols in each defun. |
| 14980 | This core must be surrounded by functions that do various other tasks, | 14980 | This core must be surrounded by functions that do various other tasks, |
| 14981 | including finding the file, and ensuring that point starts out at the | 14981 | including finding the file, and ensuring that point starts out at the |
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 28222917449..473c8252b05 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -1286,7 +1286,7 @@ user-position}) does for the position parameters @code{top} and | |||
| 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{fulleight} frame is as tall as possible, and | 1289 | wide as possible, a @dfn{fullheight} frame is as tall as possible, and |
| 1290 | a @dfn{fullboth} frame is both as wide and as tall as possible. A | 1290 | a @dfn{fullboth} frame is both as wide and as tall as possible. A |
| 1291 | @dfn{maximized} frame is like a fullboth frame, except that it usually | 1291 | @dfn{maximized} frame is like a fullboth frame, except that it usually |
| 1292 | keeps its title bar and the buttons for resizing | 1292 | keeps its title bar and the buttons for resizing |