emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/shellcop 4710d80099 02/10: doc


From: ELPA Syncer
Subject: [nongnu] elpa/shellcop 4710d80099 02/10: doc
Date: Wed, 5 Jan 2022 08:59:34 -0500 (EST)

branch: elpa/shellcop
commit 4710d80099348bb8d2236d19acd5c93292d64eb0
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: Chen Bin <chenbin.sh@gmail.com>

    doc
---
 README.org  | 2 +-
 shellcop.el | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index 5e6dc74e8f..a281cb5fc8 100644
--- a/README.org
+++ b/README.org
@@ -13,7 +13,7 @@ Insert below code into =~/.emacs=,
 (add-hook 'shell-mode-hook 'shellcop-start)
 #+end_src
 
-Run any command line program in shell. Move the focus inside the error report 
of command line program.
+Run any command line program in shell. Move the focus inside the report of the 
program.
 
 Press =Enter= key. The file path and line number information is extracted and 
you can open corresponding file.
 
diff --git a/shellcop.el b/shellcop.el
index 41a9ba43a3..b8be892ec8 100644
--- a/shellcop.el
+++ b/shellcop.el
@@ -26,10 +26,10 @@
 ;;; Commentary:
 
 ;;  Open the file from command line error report,
-;;   - Insert "(with-eval-after-load 'shell-mode 'shellcop-start)" into 
~/.emacs
+;;   - Insert "(add-hook 'shell-mode-hook 'shellcop-start)" into ~/.emacs
 ;;   - Start shell by "M-x shell"
 ;;   - Run any command line program in shell
-;;   - Press ENTER in command line program error output which contains file 
and line number
+;;   - Press ENTER in the program's output which contains file and line number
 ;;
 ;; `shellcop-reset-with-new-command' will,
 ;;   - kill current running process



reply via email to

[Prev in Thread] Current Thread [Next in Thread]