aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/completion.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-05-27 12:48:55 +0000
committerRichard M. Stallman <[email protected]>1993-05-27 12:48:55 +0000
commit27c26a085ca3a8015436d2cb2bf0d6e18c23ac96 (patch)
tree4ac68ffaa8f90895dd7202ef0fadc6c0a34900af /lisp/completion.el
parenta7a2b1f66fd4b34b7904563928d793426f7a0a3c (diff)
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 db601c72e2..2597bbbcc3 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)