]> code.delx.au - gnu-emacs/commitdiff
* minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315)
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 13 Feb 2009 10:35:40 +0000 (10:35 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 13 Feb 2009 10:35:40 +0000 (10:35 +0000)
lisp/ChangeLog
lisp/minibuffer.el

index 0f6e28a3c33829424bc056ad54ce2bbf7deb7f65..0296ba443b635f9f8bb50f168882ea25aa4068af 100644 (file)
@@ -1,3 +1,7 @@
+2009-02-13  Juanma Barranquero  <lekktu@gmail.com>
+
+       * minibuffer.el (internal-complete-buffer-except): Doc fix.  (Bug#2315)
+
 2009-02-13  Glenn Morris  <rgm@gnu.org>
 
        * mail/rmail.el (rmail-show-message-1): New name for the old
index c22448665b31541428182ac6e155161c75930cb7..3407477b9172b90f326c93537f014500ad0d8e94 100644 (file)
@@ -1213,6 +1213,7 @@ and `read-file-name-function'."
 
 (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