diff options
Diffstat (limited to 'lisp/cedet/srecode')
| -rw-r--r-- | lisp/cedet/srecode/insert.el | 6 |
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 @@ | |||
| 45 | Only the ASK style inserter will query the user for a value. | 45 | Only the ASK style inserter will query the user for a value. |
| 46 | Dictionary value references that ask begin with the ? character. | 46 | Dictionary value references that ask begin with the ? character. |
| 47 | Possible values are: | 47 | Possible 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 | ||
| 52 | NOTE: The field feature does not yet work with XEmacs." | 52 | NOTE: The field feature does not yet work with XEmacs." |
| 53 | :group 'srecode | 53 | :group 'srecode |