]> git.eshelyaron.com Git - emacs.git/commitdiff
(proced-mode): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sun, 6 Sep 2009 20:09:01 +0000 (20:09 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 6 Sep 2009 20:09:01 +0000 (20:09 +0000)
lisp/ChangeLog
lisp/proced.el

index cc6fe4d13618235bedcc23624ea8654cd80e1780..380ca759604e2876c41e5f247f587c410de7b4af 100644 (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
index 439864943755eb1d4baa50cf8761a92c41ca99f0..1d11f71f2169d899188c2c5f0624452c99caaa07 100644 (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.