diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-09 22:53:19 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-09 22:55:06 -0700 |
commit | 5d51403ceb9b86a1bfa66f00c7af39f1200e65f1 (patch) | |
tree | 66e10eb5d1a72390812ac8e71f4dc1dc2c7d6ba3 /doc/misc | |
parent | 0d004ed01abb5fa025bdc9d58fce2a3abff0b6a4 (diff) | |
download | emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.tar.gz emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.tar.bz2 emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.zip |
; Typo fixes, mostly repeated words
Diffstat (limited to 'doc/misc')
-rw-r--r-- | doc/misc/htmlfontify.texi | 2 | ||||
-rw-r--r-- | doc/misc/ses.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/htmlfontify.texi b/doc/misc/htmlfontify.texi index a04fa43a776..f7fe5392ce5 100644 --- a/doc/misc/htmlfontify.texi +++ b/doc/misc/htmlfontify.texi @@ -825,7 +825,7 @@ with a class of @code{t} is considered to match any class you specify. This matches Emacs's behavior when deciding on which face attributes to use, to the best of my understanding ). -If @var{class} is @code{nil}, then you just get get whatever +If @var{class} is @code{nil}, then you just get whatever @code{face-attr-construct} returns; i.e., the current specification in effect for @var{face}. diff --git a/doc/misc/ses.texi b/doc/misc/ses.texi index fc79b027a1d..5f9a0f59721 100644 --- a/doc/misc/ses.texi +++ b/doc/misc/ses.texi @@ -584,7 +584,7 @@ This example will: When the cell is empty (ie.@: when @code{val} is @code{nil}), print an empty string @code{""} @item -When the cell value is a non negative number, format the the value in +When the cell value is a non negative number, format the value in fixed-point notation with one decimal after point @item Otherwise, handle the value as erroneous by printing it as an |