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:
parent
680db9ac65
commit
943c8b75ed
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user