aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/simple.el2
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.
2642This is a local variable in the completion list buffer. 2642This is a local variable in the completion list buffer.
2643Initial value is nil to avoid some compiler warnings." 2643Initial 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.