X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/bc7be45dbd90145b9bc76dbff349bf51a8315211..34cba8e885f2ed1c0e9c805ad89b9464e0b5766a:/lisp/proced.el diff --git a/lisp/proced.el b/lisp/proced.el index be6cae2ef0..592c0d066c 100644 --- a/lisp/proced.el +++ b/lisp/proced.el @@ -1,6 +1,6 @@ ;;; proced.el --- operate on system processes like dired -;; Copyright (C) 2008-2012 Free Software Foundation, Inc. +;; Copyright (C) 2008-2014 Free Software Foundation, Inc. ;; Author: Roland Winkler ;; Keywords: Processes, Unix @@ -68,6 +68,7 @@ the external command (usually \"kill\")." (defcustom proced-renice-command "renice" "Name of renice command." :group 'proced + :version "24.3" :type '(string :tag "command")) (defcustom proced-signal-list @@ -1784,7 +1785,7 @@ supported but discouraged. It will be removed in a future version of Emacs." process-alist)))) (unless (and signal process-alist) - ;; Discouraged usge (supported for backward compatibility): + ;; Discouraged usage (supported for backward compatibility): ;; The new calling sequence separates more cleanly between the parts ;; of the code required for interactive and noninteractive calls so that ;; the command can be used more flexibly in noninteractive ways, too.