changeset 11318:45947c4ff70b

Fix typo in prev change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 09 Apr 1995 03:33:01 +0000
parents c0a24f87eab8
children 95b2cea7c54a
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Sun Apr 09 03:21:37 1995 +0000
+++ b/lisp/simple.el	Sun Apr 09 03:33:01 1995 +0000
@@ -2640,7 +2640,7 @@
 (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.