]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in prev change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 9 Apr 1995 03:33:01 +0000 (03:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 9 Apr 1995 03:33:01 +0000 (03:33 +0000)
lisp/simple.el

index 8d7fbc7e76bf24d7ba4a9c7bf4ab866b7cf68dcc..0b2d2d248fc0d7f547931510d7661961aec04968 100644 (file)
@@ -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.