diff options
| author | Richard M. Stallman | 1995-04-09 03:33:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-09 03:33:01 +0000 |
| commit | ec39964e121e260f6010ff55cdbe7835fc70db75 (patch) | |
| tree | 1d53ca9e1429084b918a1b0e77330208d4077c8f /lisp | |
| parent | f48b601a2fc269a4ace1f1ff565906c650defb1b (diff) | |
| download | emacs-ec39964e121e260f6010ff55cdbe7835fc70db75.tar.gz emacs-ec39964e121e260f6010ff55cdbe7835fc70db75.zip | |
Fix typo in prev change.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/simple.el | 2 |
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. |
| 2642 | This is a local variable in the completion list buffer. | 2642 | This is a local variable in the completion list buffer. |
| 2643 | Initial value is nil to avoid some compiler warnings." | 2643 | Initial 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. |