emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108157: Doc typo fixes


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108157: Doc typo fixes
Date: Thu, 04 Oct 2012 23:50:23 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108157
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Thu 2012-10-04 23:50:23 -0700
message:
  Doc typo fixes
modified:
  doc/misc/calc.texi
  doc/misc/cl.texi
  lisp/files.el
=== modified file 'doc/misc/calc.texi'
--- a/doc/misc/calc.texi        2012-02-28 08:17:21 +0000
+++ b/doc/misc/calc.texi        2012-10-05 06:50:23 +0000
@@ -35252,7 +35252,7 @@
 
 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.

=== modified file 'doc/misc/cl.texi'
--- a/doc/misc/cl.texi  2012-02-29 08:05:16 +0000
+++ b/doc/misc/cl.texi  2012-10-05 06:50:23 +0000
@@ -2094,7 +2094,7 @@
 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 @@
 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
 

=== modified file 'lisp/files.el'
--- a/lisp/files.el     2012-08-23 12:19:27 +0000
+++ b/lisp/files.el     2012-10-05 06:50:23 +0000
@@ -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.
 


reply via email to

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