aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorXue Fuqiao2013-08-17 06:32:24 +0800
committerXue Fuqiao2013-08-17 06:32:24 +0800
commit70ff8240e489fc5ff8635a415b78b8881054dc23 (patch)
treea67132bdb6146e930a96d0bc121db979c69192e7 /src/ChangeLog
parent49ceb676b01fadfd97c1a829c9228e3ca8ac733c (diff)
downloademacs-70ff8240e489fc5ff8635a415b78b8881054dc23.tar.gz
emacs-70ff8240e489fc5ff8635a415b78b8881054dc23.zip
Another doc fix for `buffer-undo-list'.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 035a4169399..013e181c406 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -8,6 +8,8 @@
8 8
92013-08-16 Xue Fuqiao <xfq.free@gmail.com> 92013-08-16 Xue Fuqiao <xfq.free@gmail.com>
10 10
11 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
12
11 * editfns.c (insert_before_markers): Mention overlay in the doc string. 13 * editfns.c (insert_before_markers): Mention overlay in the doc string.
12 14
13 * marker.c (set_marker): Remove documentation of undefined behavior. 15 * marker.c (set_marker): Remove documentation of undefined behavior.