Good point. Changed. On 04/24/2017 05:20 AM, Andreas Schwab wrote: > On Apr 23 2017, Jonathan Ganc wrote: > >> +(defun vc-git--git-status-to-vc-state (code-list) >> + "Convert CODE-LIST to a vc status. >> + >> +Each element of CODE-LIST comes from the first two characters of >> +a line returned by 'git status' and should be passed in the order >> +given by 'git status'. >> + >> +\(It is necessary to allow CODE-LIST to be a list because >> +sometimes git status returns multiple lines, e.g. for a file that >> +is removed from the index but is present in the HEAD and working >> +tree.) " > I think the last paragraph could just be a code comment, given that you > even put it in parens to de-emphasize it. Also, extra space at the end. > > Andreas. >