branch: externals/shell-command+ commit 96cb9c03646e118dd65de9efc68f99459b1ce24f Author: Philip K <phil...@posteo.net> Commit: Philip K <phil...@posteo.net>
Change example in Commentary section from make to man --- shell-command+.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/shell-command+.el b/shell-command+.el index 51acf3d..cd54424 100644 --- a/shell-command+.el +++ b/shell-command+.el @@ -50,10 +50,11 @@ ;; selected region (or buffer, if no region was selected). ;; ;; -;; ... make +;; man fprintf ;; -;; Run Eshell's make (via `compile') in the parent's parent -;; directory. +;; Open a man-page using Emacs default man page viewer. This feature +;; is based on `eshell', and can be customized using +;; `shell-command+-use-eshell'. ;; ;; See `shell-command+'s docstring for more details on how it's input ;; is interpreted..