emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106042: Fix doc-strings of special-d


From: martin rudalics
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106042: Fix doc-strings of special-display-... variables.
Date: Mon, 10 Oct 2011 08:31:07 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106042
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Mon 2011-10-10 08:31:07 +0200
message:
  Fix doc-strings of special-display-... variables.
  
  * window.el (special-display-buffer-names)
  (special-display-regexps): Remove some remnants of earlier
  changes from doc-strings.
modified:
  lisp/ChangeLog
  lisp/window.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-10-09 12:33:56 +0000
+++ b/lisp/ChangeLog    2011-10-10 06:31:07 +0000
@@ -1,3 +1,9 @@
+2011-10-10  Martin Rudalics  <address@hidden>
+
+       * window.el (special-display-buffer-names)
+       (special-display-regexps): Remove some remnants of earlier
+       changes from doc-strings.
+
 2011-10-09  Martin Rudalics  <address@hidden>
 
        * window.el (frame-auto-hide-function): Add version tag.

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2011-10-09 12:33:56 +0000
+++ b/lisp/window.el    2011-10-10 06:31:07 +0000
@@ -3959,12 +3959,10 @@
 \(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 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]