summaryrefslogtreecommitdiff
path: root/lisp/completion.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-27 12:48:55 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-27 12:48:55 +0000
commitb07bbe24e78e1826fe2aaf50d78e41d950acafe9 (patch)
treefc8c46ec40c3a0db5a7b6cd20dd088d273fb50b9 /lisp/completion.el
parent6fd9da37e23b47850701a1d32a7645ef80c8ea68 (diff)
downloademacs-b07bbe24e78e1826fe2aaf50d78e41d950acafe9.tar.gz
Fix typo.
Diffstat (limited to 'lisp/completion.el')
-rw-r--r--lisp/completion.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/completion.el b/lisp/completion.el
index db601c72e29..2597bbbcc3f 100644
--- a/lisp/completion.el
+++ b/lisp/completion.el
@@ -2665,7 +2665,7 @@ TYPE is the type of the wrapper to be added. Can be :before or :under."
;;;-----------------------------------------------
(def-completion-wrapper newline :separator)
(def-completion-wrapper newline-and-indent :separator)
-(def-completion-wrapper comint-send-input :separator))
+(def-completion-wrapper comint-send-input :separator)
(def-completion-wrapper exit-minibuffer :minibuffer-separator)
(def-completion-wrapper eval-print-last-sexp :separator)
(def-completion-wrapper eval-last-sexp :separator)