From ec39964e121e260f6010ff55cdbe7835fc70db75 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 9 Apr 1995 03:33:01 +0000 Subject: [PATCH] Fix typo in prev change. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (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. -- 2.39.5