diff options
| author | Martin Rudalics | 2012-12-07 10:45:03 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2012-12-07 10:45:03 +0100 |
| commit | 2cec368c81f0056f7d3f4ce9aa247ef56d3053a7 (patch) | |
| tree | d366bc31a57e690dbf473a6a6c7c257750f7827a /etc | |
| parent | 3a21537c13a64983fadbdf64c19b5822297e89cc (diff) | |
| download | emacs-2cec368c81f0056f7d3f4ce9aa247ef56d3053a7.tar.gz emacs-2cec368c81f0056f7d3f4ce9aa247ef56d3053a7.zip | |
Reword doc-string of Fcompare_buffer_substrings.
* editfns.c (Fcompare_buffer_substrings): Reword doc-string.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -702,6 +702,10 @@ that substring is inserted literally even if the LITERAL arg is | |||
| 702 | non-nil, instead of causing an error to be signaled. | 702 | non-nil, instead of causing an error to be signaled. |
| 703 | 703 | ||
| 704 | +++ | 704 | +++ |
| 705 | ** `select-window' now always makes the window's buffer current. | ||
| 706 | It does so even if the window was selected before. | ||
| 707 | |||
| 708 | +++ | ||
| 705 | ** Docstrings starting with `*' no longer indicate user options. | 709 | ** Docstrings starting with `*' no longer indicate user options. |
| 706 | Only variables defined using `defcustom' are considered user options. | 710 | Only variables defined using `defcustom' are considered user options. |
| 707 | The function `user-variable-p' is now an obsolete alias for | 711 | The function `user-variable-p' is now an obsolete alias for |