aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet/srecode
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/srecode')
-rw-r--r--lisp/cedet/srecode/insert.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/cedet/srecode/insert.el b/lisp/cedet/srecode/insert.el
index d1b00157648..2ff3060ac51 100644
--- a/lisp/cedet/srecode/insert.el
+++ b/lisp/cedet/srecode/insert.el
@@ -45,9 +45,9 @@
45Only the ASK style inserter will query the user for a value. 45Only the ASK style inserter will query the user for a value.
46Dictionary value references that ask begin with the ? character. 46Dictionary value references that ask begin with the ? character.
47Possible values are: 47Possible values are:
48 'ask - Prompt in the minibuffer as the value is inserted. 48 `ask' - Prompt in the minibuffer as the value is inserted.
49 'field - Use the dictionary macro name as the inserted value, 49 `field' - Use the dictionary macro name as the inserted value,
50 and place a field there. Matched fields change together. 50 and place a field there. Matched fields change together.
51 51
52NOTE: The field feature does not yet work with XEmacs." 52NOTE: The field feature does not yet work with XEmacs."
53 :group 'srecode 53 :group 'srecode