diff options
| author | Lars Ingebrigtsen | 2019-06-27 18:13:18 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-06-27 18:13:18 +0200 |
| commit | 2fbcda71a9f1d6ebff041203cb5ca4979decdf3e (patch) | |
| tree | 5499e872ac1bed77d588d1faf2d3e58ff5d9f48d /doc/misc/sem-user.texi | |
| parent | 8a11e430ec261c08cc928a7a5b05ee1027f50368 (diff) | |
| download | emacs-2fbcda71a9f1d6ebff041203cb5ca4979decdf3e.tar.gz emacs-2fbcda71a9f1d6ebff041203cb5ca4979decdf3e.zip | |
Rename displayor to displayer in CEDET
* doc/misc/sem-user.texi (Idle Completions Mode): Rename
displayor->displayer throughout.
(Idle Completions Mode): Ditto.
* lisp/cedet/semantic/complete.el: Rename displayor->displayer
throughout and add aliases for all the methods that used that name.
Diffstat (limited to 'doc/misc/sem-user.texi')
| -rw-r--r-- | doc/misc/sem-user.texi | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/misc/sem-user.texi b/doc/misc/sem-user.texi index 3fe104af1f5..54edb5b7002 100644 --- a/doc/misc/sem-user.texi +++ b/doc/misc/sem-user.texi | |||
| @@ -670,7 +670,7 @@ Tag Completions} menu item in the @samp{Development} menu. | |||
| 670 | If the tag at point has at least one completion, Semantic Idle | 670 | If the tag at point has at least one completion, Semantic Idle |
| 671 | Completions mode displays that completion inline---i.e., as part of | 671 | Completions mode displays that completion inline---i.e., as part of |
| 672 | the buffer text (you can change the display method by customizing | 672 | the buffer text (you can change the display method by customizing |
| 673 | @code{semantic-complete-inline-analyzer-idle-displayor-class}, as | 673 | @code{semantic-complete-inline-analyzer-idle-displayer-class}, as |
| 674 | described below). The completed part is highlighted, to indicate that | 674 | described below). The completed part is highlighted, to indicate that |
| 675 | it is not yet properly inserted into the buffer. The echo area shows | 675 | it is not yet properly inserted into the buffer. The echo area shows |
| 676 | the completion, and whether there are other possible completions, like | 676 | the completion, and whether there are other possible completions, like |
| @@ -717,20 +717,20 @@ also call it yourself. It returns immediately, leaving the buffer in | |||
| 717 | a state for inline completion. | 717 | a state for inline completion. |
| 718 | @end deffn | 718 | @end deffn |
| 719 | 719 | ||
| 720 | @deffn Option semantic-complete-inline-analyzer-idle-displayor-class | 720 | @deffn Option semantic-complete-inline-analyzer-idle-displayer-class |
| 721 | The value of this variable determines how | 721 | The value of this variable determines how |
| 722 | @code{semantic-complete-analyze-inline-idle} shows its completions. | 722 | @code{semantic-complete-analyze-inline-idle} shows its completions. |
| 723 | Possible values include: | 723 | Possible values include: |
| 724 | 724 | ||
| 725 | @table @code | 725 | @table @code |
| 726 | @item semantic-displayor-ghost | 726 | @item semantic-displayer-ghost |
| 727 | Display completions ``inline'' with the buffer text, as described | 727 | Display completions ``inline'' with the buffer text, as described |
| 728 | above. This is the default value. | 728 | above. This is the default value. |
| 729 | 729 | ||
| 730 | @item semantic-displayor-tooltip | 730 | @item semantic-displayer-tooltip |
| 731 | Display completions in a tooltip. | 731 | Display completions in a tooltip. |
| 732 | 732 | ||
| 733 | @item semantic-displayor-traditional | 733 | @item semantic-displayer-traditional |
| 734 | Display completions in a separate window. | 734 | Display completions in a separate window. |
| 735 | @end table | 735 | @end table |
| 736 | @end deffn | 736 | @end deffn |
| @@ -798,21 +798,21 @@ explicitly, whereas Semantic Idle Completions mode completes during | |||
| 798 | idle time (@pxref{Idle Completions Mode}). | 798 | idle time (@pxref{Idle Completions Mode}). |
| 799 | @end deffn | 799 | @end deffn |
| 800 | 800 | ||
| 801 | @deffn Option semantic-complete-inline-analyzer-idle-displayor-class | 801 | @deffn Option semantic-complete-inline-analyzer-idle-displayer-class |
| 802 | The value of this variable determines how | 802 | The value of this variable determines how |
| 803 | @code{semantic-complete-analyze-inline} shows its completions. | 803 | @code{semantic-complete-analyze-inline} shows its completions. |
| 804 | Possible values include: | 804 | Possible values include: |
| 805 | 805 | ||
| 806 | @table @code | 806 | @table @code |
| 807 | @item semantic-displayor-traditional | 807 | @item semantic-displayer-traditional |
| 808 | Display completions in a separate window. This is the default value. | 808 | Display completions in a separate window. This is the default value. |
| 809 | 809 | ||
| 810 | @item semantic-displayor-ghost | 810 | @item semantic-displayer-ghost |
| 811 | Display completions ``inline'' with the buffer text, similar to the | 811 | Display completions ``inline'' with the buffer text, similar to the |
| 812 | default behavior of Semantic Idle Completions mode (@pxref{Idle | 812 | default behavior of Semantic Idle Completions mode (@pxref{Idle |
| 813 | Completions Mode}). | 813 | Completions Mode}). |
| 814 | 814 | ||
| 815 | @item semantic-displayor-tooltip | 815 | @item semantic-displayer-tooltip |
| 816 | Display completions in a tooltip. | 816 | Display completions in a tooltip. |
| 817 | @end table | 817 | @end table |
| 818 | @end deffn | 818 | @end deffn |