Mercurial > hg > xemacs-beta
comparison src/window.c @ 110:fe104dbd9147 r20-1b7
Import from CVS: tag r20-1b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:19:45 +0200 |
parents | a145efe76779 |
children | 538048ae2ab8 |
comparison
equal
deleted
inserted
replaced
109:e183fc049578 | 110:fe104dbd9147 |
---|---|
2010 | 2010 |
2011 return window; | 2011 return window; |
2012 } | 2012 } |
2013 | 2013 |
2014 DEFUN ("previous-window", Fprevious_window, 0, 4, 0, /* | 2014 DEFUN ("previous-window", Fprevious_window, 0, 4, 0, /* |
2015 Return the window preceeding WINDOW in canonical ordering of windows. | 2015 Return the window preceding WINDOW in canonical ordering of windows. |
2016 If omitted, WINDOW defaults to the selected window. | 2016 If omitted, WINDOW defaults to the selected window. |
2017 | 2017 |
2018 Optional second arg MINIBUF t means count the minibuffer window even | 2018 Optional second arg MINIBUF t means count the minibuffer window even |
2019 if not active. MINIBUF nil or omitted means count the minibuffer iff | 2019 if not active. MINIBUF nil or omitted means count the minibuffer iff |
2020 it is active. MINIBUF neither t nor nil means not to count the | 2020 it is active. MINIBUF neither t nor nil means not to count the |