Mercurial > emacs
changeset 100763:6a68c7a91e31
* proced.el (proced-tree-flag): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 30 Dec 2008 01:52:14 +0000 |
parents | 21f4186449a7 |
children | c83767d1897d |
files | lisp/ChangeLog lisp/proced.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Dec 30 01:48:56 2008 +0000 +++ b/lisp/ChangeLog Tue Dec 30 01:52:14 2008 +0000 @@ -1,3 +1,7 @@ +2008-12-30 Juanma Barranquero <lekktu@gmail.com> + + * proced.el (proced-tree-flag): Fix typo in docstring. + 2008-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> * proced.el (proced-temp-alist): Renamed from variable
--- a/lisp/proced.el Tue Dec 30 01:48:56 2008 +0000 +++ b/lisp/proced.el Tue Dec 30 01:52:14 2008 +0000 @@ -346,7 +346,7 @@ (make-variable-buffer-local 'proced-auto-update-flag) (defcustom proced-tree-flag nil - "Non-nil for display of Proced-buffer as process tree." + "Non-nil for display of Proced buffer as process tree." :group 'proced :type 'boolean) (make-variable-buffer-local 'proced-tree-flag)