Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
744c85fb
Commit
744c85fb
authored
Dec 30, 2008
by
Juanma Barranquero
Browse files
* proced.el (proced-tree-flag): Fix typo in docstring.
parent
1ede3eb6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/proced.el
lisp/proced.el
+1
-1
No files found.
lisp/ChangeLog
View file @
744c85fb
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
...
...
lisp/proced.el
View file @
744c85fb
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment