diff lisp/vc/vc-hooks.el @ 110663:c05f92a4d834

Fix documentation of VC status indicator in mode line. lisp/vc/vc-hooks.el (vc-default-mode-line-string): Doc fix. doc/emacs/maintaining.texi (VC Mode Line): Mention all the possible VC status indicator characters.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 30 Sep 2010 14:44:25 +0200
parents 280c8ae2476d
children d90a3bc6b730
line wrap: on
line diff
--- a/lisp/vc/vc-hooks.el	Thu Sep 30 10:25:45 2010 +0000
+++ b/lisp/vc/vc-hooks.el	Thu Sep 30 14:44:25 2010 +0200
@@ -815,6 +815,9 @@
   \"BACKEND-REV\"        if the file is up-to-date
   \"BACKEND:REV\"        if the file is edited (or locked by the calling user)
   \"BACKEND:LOCKER:REV\" if the file is locked by somebody else
+  \"BACKEND@REV\"        if the file was locally added
+  \"BACKEND!REV\"        if the file contains conflicts or was removed
+  \"BACKEND?REV\"        if the file is under VC, but is missing
 
 This function assumes that the file is registered."
   (let* ((backend-name (symbol-name backend))