diff options
| -rw-r--r-- | lisp/vc.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/vc.el b/lisp/vc.el index 3fc3784fdf1..2b0d2fa1a80 100644 --- a/lisp/vc.el +++ b/lisp/vc.el | |||
| @@ -107,6 +107,7 @@ | |||
| 107 | ;; * revision-granularity | 107 | ;; * revision-granularity |
| 108 | ;; | 108 | ;; |
| 109 | ;; Takes no arguments. Returns either 'file or 'repository. | 109 | ;; Takes no arguments. Returns either 'file or 'repository. |
| 110 | ;; FIXME: What does this mean? Why "repository"? | ||
| 110 | ;; | 111 | ;; |
| 111 | ;; STATE-QUERYING FUNCTIONS | 112 | ;; STATE-QUERYING FUNCTIONS |
| 112 | ;; | 113 | ;; |