emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 691b73f: ; Spelling fixes


From: Paul Eggert
Subject: [Emacs-diffs] master 691b73f: ; Spelling fixes
Date: Tue, 15 Sep 2015 19:20:11 +0000

branch: master
commit 691b73f15393ac005c00ee3d544f3a4968c62b7e
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    ; Spelling fixes
---
 doc/lispintro/emacs-lisp-intro.texi |    2 +-
 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 4be0eec..096b7be 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}.
 @section @code{lengths-list-file} in Detail
 
 The core of the @code{lengths-list-file} function is a @code{while}
-loop containing a function to move point forwar,d defun by defun, and
+loop containing a function to move point forward defun by defun, and
 a function to count the number of words and symbols in each defun.
 This core must be surrounded by functions that do various other tasks,
 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 2822291..473c825 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
 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{fulleight} frame is as tall as possible, and
+wide as possible, a @dfn{fullheight} frame is as tall as possible, and
 a @dfn{fullboth} frame is both as wide and as tall as possible.  A
 @dfn{maximized} frame is like a fullboth frame, except that it usually
 keeps its title bar and the buttons for resizing



reply via email to

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