comparison lisp/simple.el @ 97475:2ac804a70140

(completion-base-size): Doc fix.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 14 Aug 2008 23:44:29 +0000
parents 1d048637d408
children d50fcbf5354d
comparison
equal deleted inserted replaced
97474:b7077a582a3d 97475:2ac804a70140
5539 "Non-nil means `choose-completion-string' should never exit the minibuffer. 5539 "Non-nil means `choose-completion-string' should never exit the minibuffer.
5540 This also applies to other functions such as `choose-completion' 5540 This also applies to other functions such as `choose-completion'
5541 and `mouse-choose-completion'.") 5541 and `mouse-choose-completion'.")
5542 5542
5543 (defvar completion-base-size nil 5543 (defvar completion-base-size nil
5544 "Number of chars at beginning of minibuffer not involved in completion. 5544 "Number of chars before point not involved in completion.
5545 This is a local variable in the completion list buffer 5545 This is a local variable in the completion list buffer.
5546 but it talks about the buffer in `completion-reference-buffer'. 5546 It refers to the chars in the minibuffer if completing in the
5547 If this is nil, it means to compare text to determine which part 5547 minibuffer, or in `completion-reference-buffer' otherwise.
5548 of the tail end of the buffer's text is involved in completion.") 5548 Only characters in the field at point are included.
5549
5550 If nil, Emacs determines which part of the tail end of the
5551 buffer's text is involved in completion by comparing the text
5552 directly.")
5549 5553
5550 (defun delete-completion-window () 5554 (defun delete-completion-window ()
5551 "Delete the completion list window. 5555 "Delete the completion list window.
5552 Go to the window from which completion was requested." 5556 Go to the window from which completion was requested."
5553 (interactive) 5557 (interactive)