From 677c110942b7016e35b9c9338b881ca4882c6fcf Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 4 Oct 2012 23:50:23 -0700 Subject: [PATCH] Doc typo fixes --- doc/misc/calc.texi | 2 +- doc/misc/cl.texi | 4 ++-- lisp/files.el | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 48252ceb327..91c42161bb7 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi @@ -35252,7 +35252,7 @@ character of the prefix can simply be typed twice. Calc is controlled by many variables, most of which can be reset from within Calc. Some variables are less involved with actual -calculation and can be set outside of Calc using Emacs'ss +calculation and can be set outside of Calc using Emacs's customization facilities. These variables are listed below. Typing @kbd{M-x customize-variable RET @var{variable-name} RET} will bring up a buffer in which the variable's value can be redefined. diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index d35c14acd1d..a5ee240edc4 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -2094,7 +2094,7 @@ of a list. @var{list} should evaluate to a list; the body @var{forms} are executed with @var{var} bound to each element of the list in turn. Finally, the @var{result} form (or @code{nil}) is evaluated with @var{var} bound to @code{nil} to produce the result returned by -the loop. Unlike with Emacs'ss built in @code{dolist}, the loop is +the loop. Unlike with Emacs's built in @code{dolist}, the loop is surrounded by an implicit @code{nil} block. @end defspec @@ -2104,7 +2104,7 @@ of times. The body is executed with @var{var} bound to the integers from zero (inclusive) to @var{count} (exclusive), in turn. Then the @code{result} form is evaluated with @var{var} bound to the total number of iterations that were done (i.e., @code{(max 0 @var{count})}) -to get the return value for the loop form. Unlike with Emacs'ss built in +to get the return value for the loop form. Unlike with Emacs's built in @code{dolist}, the loop is surrounded by an implicit @code{nil} block. @end defspec diff --git a/lisp/files.el b/lisp/files.el index 5f83639d9cf..5bb507d2397 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -22,7 +22,7 @@ ;;; Commentary: -;; Defines most of Emacs'ss file- and directory-handling functions, +;; Defines most of Emacs's file- and directory-handling functions, ;; including basic file visiting, backup generation, link handling, ;; ITS-id version control, load- and write-hook handling, and the like. -- 2.39.5