diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-25 08:08:24 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-25 08:09:09 -0800 |
commit | a528a60f48f6b939c5014c96d3445de13d2ed243 (patch) | |
tree | 8240a9b0e1fa63d38e514e68276e0b6c4e2993b8 /doc | |
parent | 21beb19d80b6aba2c2b736b3e1d031f1ef0e743d (diff) | |
download | emacs-a528a60f48f6b939c5014c96d3445de13d2ed243.tar.gz emacs-a528a60f48f6b939c5014c96d3445de13d2ed243.tar.bz2 emacs-a528a60f48f6b939c5014c96d3445de13d2ed243.zip |
Spelling fixes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/anti.texi | 2 | ||||
-rw-r--r-- | doc/lispref/windows.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/anti.texi b/doc/emacs/anti.texi index ae13ae09a04..ece4d9456f1 100644 --- a/doc/emacs/anti.texi +++ b/doc/emacs/anti.texi @@ -197,7 +197,7 @@ for removing the whole bidi support when downgrading to Emacs 23. @item Horizontal scroll bars are no longer supported. Enlarge your windows and frames instead, or use @code{truncate-lines} and the automatic -horizontal scrolling of text that Emacs had since time immemoriam. +horizontal scrolling of text that Emacs had since time immemorial. @item Emacs is again counting the height of a frame's menu and its tool bar diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index fee4b0c714f..ca756e3ff7f 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -1579,7 +1579,7 @@ combination limit of @var{W4} (the parent window of @var{W6} and Alternatively, the problems sketched above can be avoided by always resizing all windows in the same combination whenever one of its windows -is split or deleted. This also permits spliting windows that would be +is split or deleted. This also permits splitting windows that would be otherwise too small for such an operation. @defopt window-combination-resize |