diff lisp/minibuffer.el @ 101999:efada72951fb

* minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315)
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 13 Feb 2009 10:35:40 +0000
parents b0eef2ac5a59
children 03ed2dba14f6
line wrap: on
line diff
--- a/lisp/minibuffer.el	Fri Feb 13 08:56:27 2009 +0000
+++ b/lisp/minibuffer.el	Fri Feb 13 10:35:40 2009 +0000
@@ -1213,6 +1213,7 @@
 
 (defun internal-complete-buffer-except (&optional buffer)
   "Perform completion on all buffers excluding BUFFER.
+BUFFER nil or omitted means use the current buffer.
 Like `internal-complete-buffer', but removes BUFFER from the completion list."
   (lexical-let ((except (if (stringp buffer) buffer (buffer-name buffer))))
     (apply-partially 'completion-table-with-predicate