Spelling fixes.
This commit is contained in:
parent
73dcdb9f30
commit
7831fb1b9e
5 changed files with 12 additions and 12 deletions
|
|
@ -1055,7 +1055,7 @@ including the space earlier stolen from @code{W3}.
|
|||
@end smallexample
|
||||
|
||||
@noindent
|
||||
This can be counterintutive, in particular if @code{W4} were used for
|
||||
This can be counterintuitive, in particular if @code{W4} were used for
|
||||
displaying a buffer only temporarily (@pxref{Temporary Displays}), and
|
||||
you want to continue working with the initial layout.
|
||||
|
||||
|
|
@ -2343,7 +2343,7 @@ buffer previously shown no longer exists, this function calls
|
|||
@code{switch-to-prev-buffer} (@pxref{Window History}) to show some other
|
||||
buffer instead.
|
||||
|
||||
The optional argument @var{bury-or-kill} specifes how to deal with
|
||||
The optional argument @var{bury-or-kill} specifies how to deal with
|
||||
@var{window}'s buffer. The following values are handled:
|
||||
|
||||
@table @code
|
||||
|
|
|
|||
|
|
@ -482,9 +482,9 @@ show column letters again.
|
|||
Pops up a menu to set the current row as the header, or revert to
|
||||
column letters.
|
||||
@item M-x ses-rename-cell
|
||||
@findex ses-rename-cell
|
||||
Rename a cell from a standard A1-like name to any
|
||||
string.
|
||||
@findex ses-rename-cell
|
||||
Rename a cell from a standard A1-like name to any
|
||||
string.
|
||||
@item M-x ses-repair-cell-reference-all
|
||||
@findex ses-repair-cell-reference-all
|
||||
When you interrupt a cell formula update by clicking @kbd{C-g}, then
|
||||
|
|
@ -606,15 +606,15 @@ instance @code{(ses-range A1 A4 _ "empty")} will do the same as
|
|||
are empty. Similarly, @code{(ses-range A1 A4 _ )} will do the same as
|
||||
@code{(list A1 0 A3 0)}.
|
||||
@item >v
|
||||
When order matters, list cells by reading cells rowwise from top left
|
||||
When order matters, list cells by reading cells row-wise from top left
|
||||
to bottom right. This flag is provided for completeness only as it is
|
||||
the default reading order.
|
||||
@item <v
|
||||
List cells by reading cells rowwise from top right to bottom left.
|
||||
List cells by reading cells row-wise from top right to bottom left.
|
||||
@item v>
|
||||
List cells by reading cells columnwise from top left to bottom right.
|
||||
List cells by reading cells column-wise from top left to bottom right.
|
||||
@item v<
|
||||
List cells by reading cells columnwise from top right to bottom left.
|
||||
List cells by reading cells column-wise from top right to bottom left.
|
||||
@item v
|
||||
A short hand for @code{v>}.
|
||||
@item ^
|
||||
|
|
|
|||
|
|
@ -346,7 +346,7 @@ To use this function, you must @code{(require 'url-queue)}.
|
|||
The value of this option is an integer specifying the maximum number
|
||||
of concurrent @code{url-queue-retrieve} network processes. If the
|
||||
number of @code{url-queue-retrieve} calls is larger than this number,
|
||||
later ones are queued until ealier ones are finished.
|
||||
later ones are queued until earlier ones are finished.
|
||||
@end defopt
|
||||
|
||||
@vindex url-queue-timeout
|
||||
|
|
|
|||
|
|
@ -178,7 +178,7 @@ Shorter values mean quicker response, but are more CPU intensive.")
|
|||
1000))))))
|
||||
|
||||
(defvar pop3-uidl)
|
||||
;; List of UIDLs of existing messages at pesent in the server:
|
||||
;; List of UIDLs of existing messages at present in the server:
|
||||
;; ("UIDL1" "UIDL2" "UIDL3"...)
|
||||
|
||||
(defvar pop3-uidl-saved)
|
||||
|
|
|
|||
|
|
@ -897,7 +897,7 @@ current block, a sibling block, or an outer block. Do that (abs N) times."
|
|||
(t
|
||||
(setq pos (current-indentation))
|
||||
(cond
|
||||
;; Deeper intendation, we found a block.
|
||||
;; Deeper indentation, we found a block.
|
||||
;; FIXME: We can't recognize empty blocks this way.
|
||||
((< start pos)
|
||||
(setq down t))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue