aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-06-08 10:46:51 -0700
committerGlenn Morris2014-06-08 10:46:51 -0700
commit6d069b1b3ab171c86deed9c19ef9736d32d8fc43 (patch)
tree1693284bbc7abde24ce692e123c5e5802fbb63a2 /lisp/ChangeLog
parent99d8aedf0d6ab3fff025f72daf1f9bd28b07a8d2 (diff)
downloademacs-6d069b1b3ab171c86deed9c19ef9736d32d8fc43.tar.gz
emacs-6d069b1b3ab171c86deed9c19ef9736d32d8fc43.zip
Small doc updates re initial-buffer-choice
* doc/emacs/entering.texi (Entering Emacs): Small fix re initial-buffer-choice. * doc/emacs/misc.texi (emacsclient Options): Copyedit. * doc/lispref/os.texi (Startup Summary): Small fix for initial-buffer-choice. * lisp/startup.el (initial-buffer-choice): Doc fix. Reset :version (adding an option does not merit a :version bump).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 66afe67a614..ca2781b40f2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12014-06-08 Glenn Morris <rgm@gnu.org> 12014-06-08 Glenn Morris <rgm@gnu.org>
2 2
3 * startup.el (initial-buffer-choice): Doc fix.
4 Reset :version (adding an option does not merit a :version bump).
5
3 * bookmark.el (bookmark-load): 6 * bookmark.el (bookmark-load):
4 * uniquify.el (uniquify-buffer-name-style): Doc fixes. 7 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
5 8