diff options
| author | John Wiegley | 2016-08-02 11:43:05 -0700 |
|---|---|---|
| committer | John Wiegley | 2016-08-02 11:43:05 -0700 |
| commit | f7ceb8e028923287a75b148a49c65d3232f68ace (patch) | |
| tree | 7df52455cf16b0606d95dcfdfac3b9ba5b638766 | |
| parent | baa7abde77e815a0645839adae1cefdb40c984a2 (diff) | |
| download | emacs-f7ceb8e028923287a75b148a49c65d3232f68ace.tar.gz emacs-f7ceb8e028923287a75b148a49c65d3232f68ace.zip | |
Revert "Fix English."
This reverts commit b275cc76f0c5ab49e81445fcc3420c8772aefd42.
| -rw-r--r-- | doc/misc/ses.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/ses.texi b/doc/misc/ses.texi index 327cd7af056..e443dfb6cbe 100644 --- a/doc/misc/ses.texi +++ b/doc/misc/ses.texi | |||
| @@ -1010,9 +1010,9 @@ Cells that do not have an A1-like name style are not relocated on | |||
| 1010 | yank. Using this method, the concerned cells won't be relocated | 1010 | yank. Using this method, the concerned cells won't be relocated |
| 1011 | whatever formula they appear in. Please note however that when a | 1011 | whatever formula they appear in. Please note however that when a |
| 1012 | formula contains some range @code{(ses-range @var{cell1} @var{cell2})} | 1012 | formula contains some range @code{(ses-range @var{cell1} @var{cell2})} |
| 1013 | then in the yanked formula each bound @var{cell1} and @var{cell2} is | 1013 | then in the yanked formula each range bound @var{cell1} and |
| 1014 | relocated, or not, indepently, depending on whether it is A1-like or | 1014 | @var{cell2} are relocated, or not, indepently, depending on whether |
| 1015 | renamed. | 1015 | they are A1-like or renamed. |
| 1016 | 1016 | ||
| 1017 | An alternative method is to use | 1017 | An alternative method is to use |
| 1018 | @lisp | 1018 | @lisp |