aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2011-06-16 10:55:08 +0200
committerMartin Rudalics2011-06-16 10:55:08 +0200
commit981d5c0932ed7a9cf66e48fb5d220151722a31c0 (patch)
tree60782ca1269996e6bf2d78b3a8cbc5fff4e3c305 /lisp/ChangeLog
parent9b9c9e3acbd2285e87e0233d4cfc83c65f2235d1 (diff)
downloademacs-981d5c0932ed7a9cf66e48fb5d220151722a31c0.tar.gz
emacs-981d5c0932ed7a9cf66e48fb5d220151722a31c0.zip
Fix doc-strings of switch-to-buffer family functions (bug#8875).
(switch-to-buffer-same-frame, switch-to-buffer-other-window) (switch-to-buffer-other-window-same-frame) (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew Adams (Bug#8875).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b4b726c7407..92939d77fe4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,10 @@
3 * window.el (display-buffer-normalize-specifiers-1): Respect 3 * window.el (display-buffer-normalize-specifiers-1): Respect
4 current value of pop-up-frames for most reasonable values of 4 current value of pop-up-frames for most reasonable values of
5 second argument of display-buffer (Bug#8865). 5 second argument of display-buffer (Bug#8865).
6 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
7 (switch-to-buffer-other-window-same-frame)
8 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
9 Adams (Bug#8875).
6 10
72011-06-15 Stefan Monnier <monnier@iro.umontreal.ca> 112011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8 12