comparison lisp/ibuffer.el @ 78492:7c8949dbfa0d

Replace `iff' in doc-strings and comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:38:50 +0000
parents 9355f9b7bbff
children 73661ddc7ac7 860a7a8e779e 424b655804ca
comparison
equal deleted inserted replaced
78491:3ccc56d2b79e 78492:7c8949dbfa0d
1833 (funcall func buf mark) 1833 (funcall func buf mark)
1834 nil)))) 1834 nil))))
1835 1835
1836 (defun ibuffer-map-lines (function &optional nomodify group) 1836 (defun ibuffer-map-lines (function &optional nomodify group)
1837 "Call FUNCTION for each buffer. 1837 "Call FUNCTION for each buffer.
1838 Don't set the ibuffer modification flag iff NOMODIFY is non-nil. 1838 Set the ibuffer modification flag unless NOMODIFY is non-nil.
1839 1839
1840 If optional argument GROUP is non-nil, then only call FUNCTION on 1840 If optional argument GROUP is non-nil, then only call FUNCTION on
1841 buffers in filtering group GROUP. 1841 buffers in filtering group GROUP.
1842 1842
1843 FUNCTION is called with two arguments: 1843 FUNCTION is called with two arguments:
2265 (setq ibuffer-did-modification nil) 2265 (setq ibuffer-did-modification nil)
2266 (goto-line (1+ orig))))) 2266 (goto-line (1+ orig)))))
2267 2267
2268 (defun ibuffer-quit () 2268 (defun ibuffer-quit ()
2269 "Quit this `ibuffer' session. 2269 "Quit this `ibuffer' session.
2270 Try to restore the previous window configuration iff 2270 Try to restore the previous window configuration if
2271 `ibuffer-restore-window-config-on-quit' is non-nil." 2271 `ibuffer-restore-window-config-on-quit' is non-nil."
2272 (interactive) 2272 (interactive)
2273 (if ibuffer-restore-window-config-on-quit 2273 (if ibuffer-restore-window-config-on-quit
2274 (progn 2274 (progn
2275 (bury-buffer) 2275 (bury-buffer)