]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix doc-strings of special-display-... variables.
authorMartin Rudalics <rudalics@gmx.at>
Mon, 10 Oct 2011 06:31:07 +0000 (08:31 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Mon, 10 Oct 2011 06:31:07 +0000 (08:31 +0200)
* window.el (special-display-buffer-names)
(special-display-regexps): Remove some remnants of earlier
changes from doc-strings.

lisp/ChangeLog
lisp/window.el

index 1eaf61ad3c26d39c0665f8341ea910c25d67d5d3..103d7b25518ebaa3ebf878bf5949deec8a9090f9 100644 (file)
@@ -1,3 +1,9 @@
+2011-10-10  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (special-display-buffer-names)
+       (special-display-regexps): Remove some remnants of earlier
+       changes from doc-strings.
+
 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
 
        * window.el (frame-auto-hide-function): Add version tag.
index 4a421852f829b83adf48eb650c8dceb7488ef22e..7241e148daec1e4380c58f6befea11eeb7659494 100644 (file)
@@ -3959,12 +3959,10 @@ Finally, an element of this list can be also specified as
 \(BUFFER-NAME FUNCTION OTHER-ARGS).  In that case,
 `special-display-popup-frame' will call FUNCTION with the buffer
 named BUFFER-NAME as first argument, and OTHER-ARGS as the
-second.  If `special-display-function' specifies some other
-function, that function is called with the buffer named
-BUFFER-NAME as first, and the element's cdr as second argument.
-In any case, that function is responsible for setting the value
-The function specified here is responsible for setting the
-quit-restore and help-setup parameters of the window used.
+second.
+
+Any alternative function specified here is responsible for
+setting up the quit-restore parameter of the window used.
 
 If this variable appears \"not to work\", because you added a
 name to it but the corresponding buffer is displayed in the
@@ -4029,10 +4027,10 @@ as second argument.
 Finally, an element of this list can be also specified as
 \(REGEXP FUNCTION OTHER-ARGS).  `special-display-popup-frame'
 will then call FUNCTION with the buffer whose name matched
-REGEXP as first, and OTHER-ARGS as second argument.  If
-`special-display-function' specifies some other function, that
-function is called with the buffer whose name matched REGEXP
-as first, and the element's cdr as second argument.
+REGEXP as first, and OTHER-ARGS as second argument.
+
+Any alternative function specified here is responsible for
+setting up the quit-restore parameter of the window used.
 
 If this variable appears \"not to work\", because you added a
 name to it but the corresponding buffer is displayed in the