1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00

(proced-mode): Doc fix.

This commit is contained in:
Eli Zaretskii 2009-09-06 20:09:01 +00:00
parent 680db9ac65
commit 943c8b75ed
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-09-06 Eli Zaretskii <eliz@gnu.org>
* proced.el (proced-mode): Doc fix.
2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
* net/tramp.el (tramp-perl-file-attributes): Print "nil" when

View File

@ -609,7 +609,7 @@ Return nil if point is not on a process line."
;; proced mode
(define-derived-mode proced-mode special-mode "Proced"
"Mode for displaying UNIX system processes and sending signals to them.
"Mode for displaying system processes and sending signals to them.
Type \\[proced] to start a Proced session. In a Proced buffer
type \\<proced-mode-map>\\[proced-mark] to mark a process for later commands.
Type \\[proced-send-signal] to send signals to marked processes.