[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r106323: Remove stale references to h
From: |
martin rudalics |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r106323: Remove stale references to help-setup parameter in doc-strings. |
Date: |
Tue, 08 Nov 2011 10:33:22 +0100 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 106323
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Tue 2011-11-08 10:33:22 +0100
message:
Remove stale references to help-setup parameter in doc-strings.
* window.el (display-buffer-function, special-display-function):
Mention display-buffer-record-window but do not mention
help-setup parameter in doc-strings.
modified:
lisp/ChangeLog
lisp/window.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2011-11-08 07:25:56 +0000
+++ b/lisp/ChangeLog 2011-11-08 09:33:22 +0000
@@ -1,3 +1,9 @@
+2011-11-08 Martin Rudalics <address@hidden>
+
+ * window.el (display-buffer-function, special-display-function):
+ Mention display-buffer-record-window but do not mention
+ help-setup parameter in doc-strings.
+
2011-11-08 Chong Yidong <address@hidden>
* window.el (window-total-height, window-total-width): Doc fix.
=== modified file 'lisp/window.el'
--- a/lisp/window.el 2011-11-08 07:25:56 +0000
+++ b/lisp/window.el 2011-11-08 09:33:22 +0000
@@ -3917,8 +3917,9 @@
should choose or create a window, display the specified buffer in
it, and return the window.
-The function specified here is responsible for setting the
-quit-restore and help-setup parameters of the window used."
+The specified function should call `display-buffer-record-window'
+with corresponding arguments to set up the quit-restore parameter
+of the window used."
:type '(choice
(const nil)
(function :tag "function"))
@@ -4190,8 +4191,9 @@
`special-display-buffer-names' or matches a regexp in
`special-display-regexps'.
-The function specified here is responsible for setting the
-quit-restore and help-setup parameters of the window used."
+The specified function should call `display-buffer-record-window'
+with corresponding arguments to set up the quit-restore parameter
+of the window used."
:type 'function
:group 'frames)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r106323: Remove stale references to help-setup parameter in doc-strings.,
martin rudalics <=