aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMartin Rudalics2012-12-07 10:45:03 +0100
committerMartin Rudalics2012-12-07 10:45:03 +0100
commit2cec368c81f0056f7d3f4ce9aa247ef56d3053a7 (patch)
treed366bc31a57e690dbf473a6a6c7c257750f7827a /etc
parent3a21537c13a64983fadbdf64c19b5822297e89cc (diff)
downloademacs-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a16bdcfd44a..4cf2e9d6da9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -702,6 +702,10 @@ that substring is inserted literally even if the LITERAL arg is
702non-nil, instead of causing an error to be signaled. 702non-nil, instead of causing an error to be signaled.
703 703
704+++ 704+++
705** `select-window' now always makes the window's buffer current.
706It 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.
706Only variables defined using `defcustom' are considered user options. 710Only variables defined using `defcustom' are considered user options.
707The function `user-variable-p' is now an obsolete alias for 711The function `user-variable-p' is now an obsolete alias for