emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106026: Fix doc-string typo in switc


From: martin rudalics
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106026: Fix doc-string typo in switch-to-buffer.
Date: Sat, 08 Oct 2011 16:01:55 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106026
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Sat 2011-10-08 16:01:55 +0200
message:
  Fix doc-string typo in switch-to-buffer.
modified:
  lisp/ChangeLog
  lisp/window.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-10-08 13:52:16 +0000
+++ b/lisp/ChangeLog    2011-10-08 14:01:55 +0000
@@ -2,6 +2,7 @@
 
        * window.el (window--delete): Delete dedicated frame
        unconditionally when argument KILL is non-nil.  (Bug#9699)
+       (switch-to-buffer): Fix doc-string typo.
 
 2011-10-08  Thierry Volpiatto  <address@hidden>
 

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2011-10-08 13:52:16 +0000
+++ b/lisp/window.el    2011-10-08 14:01:55 +0000
@@ -4977,7 +4977,7 @@
 If FORCE-SAME-WINDOW is non-nil, BUFFER-OR-NAME must be displayed
 in the selected window; signal an error if that is
 impossible (e.g. if the selected window is minibuffer-only).  If
-non-nil, BUFFER-OR-NAME may be displayed in another window.
+nil, BUFFER-OR-NAME may be displayed in another window.
 
 Return the buffer switched to."
   (interactive


reply via email to

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