aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-04-09 03:33:01 +0000
committerRichard M. Stallman1995-04-09 03:33:01 +0000
commitec39964e121e260f6010ff55cdbe7835fc70db75 (patch)
tree1d53ca9e1429084b918a1b0e77330208d4077c8f
parentf48b601a2fc269a4ace1f1ff565906c650defb1b (diff)
downloademacs-ec39964e121e260f6010ff55cdbe7835fc70db75.tar.gz
emacs-ec39964e121e260f6010ff55cdbe7835fc70db75.zip
Fix typo in prev change.
-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."
2640(defvar completion-reference-buffer nil 2640(defvar completion-reference-buffer nil
2641 "Record the buffer that was current when the completion list was requested. 2641 "Record the buffer that was current when the completion list was requested.
2642This is a local variable in the completion list buffer. 2642This is a local variable in the completion list buffer.
2643Initial value is nil to avoid some compiler warnings." 2643Initial value is nil to avoid some compiler warnings.")
2644 2644
2645(defvar completion-base-size nil 2645(defvar completion-base-size nil
2646 "Number of chars at beginning of minibuffer not involved in completion. 2646 "Number of chars at beginning of minibuffer not involved in completion.