From: Richard M. Stallman Date: Sun, 9 Apr 1995 03:33:01 +0000 (+0000) Subject: Fix typo in prev change. X-Git-Tag: emacs-19.34~4540 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec39964e121e260f6010ff55cdbe7835fc70db75;p=emacs.git Fix typo in prev change. --- 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.