diff options
| author | Tassilo Horn | 2013-12-20 16:26:38 +0100 |
|---|---|---|
| committer | Tassilo Horn | 2013-12-20 16:26:38 +0100 |
| commit | bac0e622f44842f3f05fcc749abdf9d3323e849a (patch) | |
| tree | 06ccf4194576c074b58247c109ffb51fd899150c | |
| parent | 2cd12d2869d4b084b299269afff16afbec351a74 (diff) | |
| download | emacs-bac0e622f44842f3f05fcc749abdf9d3323e849a.tar.gz emacs-bac0e622f44842f3f05fcc749abdf9d3323e849a.zip | |
Mark `split-window' change from command to function as ---.
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -238,6 +238,7 @@ You can then use the left/right cursor keys to move the block of text. | |||
| 238 | the last step. Its default value is changed to nil which means a tab | 238 | the last step. Its default value is changed to nil which means a tab |
| 239 | stop every `tab-width' columns. | 239 | stop every `tab-width' columns. |
| 240 | 240 | ||
| 241 | --- | ||
| 241 | ** `split-window' is no longer a command, just a non-interactive function. | 242 | ** `split-window' is no longer a command, just a non-interactive function. |
| 242 | As a command it was a special case of `split-window-below', and as such | 243 | As a command it was a special case of `split-window-below', and as such |
| 243 | superfluous. After being reimplemented in Lisp, its interactive form | 244 | superfluous. After being reimplemented in Lisp, its interactive form |