diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-09 18:59:45 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-09 18:59:45 +0000 |
commit | 06ad7cd8610e0adc079b482589e6097baae2170c (patch) | |
tree | f89cb7eca8dddcc2e18e9160be83cda9d14bbbdd /lisp/vc-dispatcher.el | |
parent | e4ba96dcd1a2490f10d5817da6b7c0efbfda286e (diff) | |
download | emacs-06ad7cd8610e0adc079b482589e6097baae2170c.tar.gz |
Comment and to-do list fixes.
Diffstat (limited to 'lisp/vc-dispatcher.el')
-rw-r--r-- | lisp/vc-dispatcher.el | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/lisp/vc-dispatcher.el b/lisp/vc-dispatcher.el index ffe3582763d..b500f467b38 100644 --- a/lisp/vc-dispatcher.el +++ b/lisp/vc-dispatcher.el @@ -58,13 +58,8 @@ ;; of the file tree from the state of the currently visited buffer ;; and returns that subset, presumably to a client mode. ;; -;; The user may be attempting to select one of three contexts: an -;; explicitly selected fileset, the current working directory, or a -;; global (null) context. The user may be looking at either of two -;; different views; a buffer visiting a file, or a directory buffer -;; generated by vc-dispatcher. The main UI problem connected with -;; this mode is that the user may need to be able to select any of -;; these three contexts from either view. +;; The user may be looking at either of two different views; a buffer +;; visiting a file, or a directory buffer generated by vc-dispatcher. ;; ;; The lower layer of this mode runs commands in subprocesses, either ;; synchronously or asynchronously. Commands may be launched in one @@ -119,8 +114,6 @@ ;; ;; - vc-dir needs mouse bindings. ;; -;; - vc-dir needs more key bindings for VC actions. -;; ;; - vc-dir toolbar needs more icons. ;; ;; - vc-dir-next-line should not print an "end of buffer" message when @@ -296,7 +289,7 @@ and is passed 3 arguments: the COMMAND, the FILES and the FLAGS.") ;;;###autoload (defun vc-do-command (buffer okstatus command file-or-list &rest flags) - "Execute a VC command, notifying user and checking for errors. + "Execute a slave command, notifying user and checking for errors. Output from COMMAND goes to BUFFER, or *vc* if BUFFER is nil or the current buffer if BUFFER is t. If the destination buffer is not already current, set it up properly and erase it. The command is |