1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

* proced.el (proced-tree-flag): Fix typo in docstring.

This commit is contained in:
Juanma Barranquero 2008-12-30 01:52:14 +00:00
parent 1ede3eb64b
commit 744c85fbed
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -346,7 +346,7 @@ Can be changed interactively via `proced-toggle-auto-update'."
(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)