branch: externals/vc-got
commit eb3f662166c66e9200240a80f24abfdd141830d9
Author: Timo Myyrä <timo.my...@bittivirhe.fi>
Commit: Omar Polo <o...@omarpolo.com>

    fix docstring for vc-got--proc-filter
---
 vc-got.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vc-got.el b/vc-got.el
index b6ad56c76b..68a9899dec 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -640,7 +640,7 @@ If REV is t, checkout from the head."
 
 (defun vc-got--proc-filter (proc s)
   "Custom output filter for async process PROC.
-It's like `vc-process-filter' but supports \r inside S."
+It's like `vc-process-filter' but supports \\r inside S."
   (let ((buffer (process-buffer proc)))
     (when (buffer-live-p buffer)
       (with-current-buffer buffer

Reply via email to