diff options
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 8d7fbc7e76b..0b2d2d248fc 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -2640,7 +2640,7 @@ it were the arg to `interactive' (which see) to interactively read the value." | |||
| 2640 | (defvar completion-reference-buffer nil | 2640 | (defvar completion-reference-buffer nil |
| 2641 | "Record the buffer that was current when the completion list was requested. | 2641 | "Record the buffer that was current when the completion list was requested. |
| 2642 | This is a local variable in the completion list buffer. | 2642 | This is a local variable in the completion list buffer. |
| 2643 | Initial value is nil to avoid some compiler warnings." | 2643 | Initial value is nil to avoid some compiler warnings.") |
| 2644 | 2644 | ||
| 2645 | (defvar completion-base-size nil | 2645 | (defvar completion-base-size nil |
| 2646 | "Number of chars at beginning of minibuffer not involved in completion. | 2646 | "Number of chars at beginning of minibuffer not involved in completion. |