summaryrefslogtreecommitdiff
path: root/lisp/simple.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-04-09 03:33:01 +0000
committerRichard M. Stallman <rms@gnu.org>1995-04-09 03:33:01 +0000
commitc718c79a2c6e849304107a404e3a6b6240bed56a (patch)
treecaac36d32b860e68051735f5fa83b9693f5b919e /lisp/simple.el
parent3aaa775f5d28df3cce6c19d60536e0d6804dd008 (diff)
downloademacs-c718c79a2c6e849304107a404e3a6b6240bed56a.tar.gz
Fix typo in prev change.
Diffstat (limited to 'lisp/simple.el')
-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."
(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.