mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
Fix typo in prev change.
This commit is contained in:
parent
f48b601a2f
commit
ec39964e12
1 changed files with 1 additions and 1 deletions
|
|
@ -2640,7 +2640,7 @@ it were the arg to `interactive' (which see) to interactively read the value."
|
|||
(defvar completion-reference-buffer nil
|
||||
"Record the buffer that was current when the completion list was requested.
|
||||
This is a local variable in the completion list buffer.
|
||||
Initial value is nil to avoid some compiler warnings."
|
||||
Initial value is nil to avoid some compiler warnings.")
|
||||
|
||||
(defvar completion-base-size nil
|
||||
"Number of chars at beginning of minibuffer not involved in completion.
|
||||
|
|
|
|||
Loading…
Reference in a new issue