diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index ecd9518646..ca3d64bd43 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -16096,19 +16096,19 @@ acting like notes that are made @emph{in} the document.") (base32 "1bn6zx931vz2fa72ab999r33bxv8brn3cqmalvq25x7s4z3q1lyi")))) (build-system emacs-build-system) - (propagated-inputs `(("zsh" ,zsh))) + (inputs `(("zsh" ,zsh))) (home-page "https://github.com/emacsorphanage/multi-term") (synopsis "Manage multiple terminal buffers in Emacs") (description - "This package enhances @{term.el} with the following features: + "This package enhances @code{term.el} with the following features: @enumerate @item Functions to switch between multiple terminal buffers -@item List of keys to be intercepted by @{emacs-multi-term} instead of by the +@item List of keys to be intercepted by @code{emacs-multi-term} instead of by the underlying terminal @item Kills the unused buffer left after exiting the terminal @item Kills the running sub-processes along with the terminal when killing the it forcibly -@item Dedicated window for debugging program +@item Dedicated window for debugging program. @end enumerate") (license license:gpl3+)))