branch: externals/cm-mode
commit 7c6b0c905ab52555bda1922872415669b566be27
Author: Joost Kremers <[email protected]>
Commit: Joost Kremers <[email protected]>

    Update doc string of `cm-author'
---
 cm-mode.el | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/cm-mode.el b/cm-mode.el
index 17b43bdccf..b8116db809 100644
--- a/cm-mode.el
+++ b/cm-mode.el
@@ -136,7 +136,12 @@ flag to indicate this. (Though they should actually use 
the macro
   :group 'criticmarkup)
 
 (defcustom cm-author nil
-  "*Comment that is automatically inserted when marking a change."
+  "*Author tag.
+If set, each change is automatically marked with a comment
+containing this tag.
+
+The tag should not contain spaces. Do not include the `@' sign,
+it is added automatically."
   :group 'criticmarkup
   :safe 'stringp
   :type '(choice (const :tag "None" nil)

Reply via email to