diff options
Diffstat (limited to 'lisp/progmodes/idlwave.el')
| -rw-r--r-- | lisp/progmodes/idlwave.el | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index daf919adb2f..9930d501d4d 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el @@ -376,7 +376,7 @@ The following values are allowed: nil Don't scan any buffers. t Scan all `idlwave-mode' buffers in the current editing session. -current Scan only the current buffer, but no other buffers." +`current' Scan only the current buffer, but no other buffers." :group 'idlwave-routine-info :type '(choice (const :tag "No buffer" nil) @@ -5833,15 +5833,15 @@ to override IDLWAVE's idea of what should be completed at point. Possible values are: 0 <=> query for the completion type -1 <=> 'procedure -2 <=> 'procedure-keyword -3 <=> 'function -4 <=> 'function-keyword -5 <=> 'procedure-method -6 <=> 'procedure-method-keyword -7 <=> 'function-method -8 <=> 'function-method-keyword -9 <=> 'class +1 <=> `procedure' +2 <=> `procedure-keyword' +3 <=> `function' +4 <=> `function-keyword' +5 <=> `procedure-method' +6 <=> `procedure-method-keyword' +7 <=> `function-method' +8 <=> `function-method-keyword' +9 <=> `class' As a special case, the universal argument C-u forces completion of function names in places where the default would be a keyword. |
