aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/sem-user.texi
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-06-27 18:13:18 +0200
committerLars Ingebrigtsen2019-06-27 18:13:18 +0200
commit2fbcda71a9f1d6ebff041203cb5ca4979decdf3e (patch)
tree5499e872ac1bed77d588d1faf2d3e58ff5d9f48d /doc/misc/sem-user.texi
parent8a11e430ec261c08cc928a7a5b05ee1027f50368 (diff)
downloademacs-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.texi18
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.
670If the tag at point has at least one completion, Semantic Idle 670If the tag at point has at least one completion, Semantic Idle
671Completions mode displays that completion inline---i.e., as part of 671Completions mode displays that completion inline---i.e., as part of
672the buffer text (you can change the display method by customizing 672the 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
674described below). The completed part is highlighted, to indicate that 674described below). The completed part is highlighted, to indicate that
675it is not yet properly inserted into the buffer. The echo area shows 675it is not yet properly inserted into the buffer. The echo area shows
676the completion, and whether there are other possible completions, like 676the completion, and whether there are other possible completions, like
@@ -717,20 +717,20 @@ also call it yourself. It returns immediately, leaving the buffer in
717a state for inline completion. 717a 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
721The value of this variable determines how 721The 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.
723Possible values include: 723Possible values include:
724 724
725@table @code 725@table @code
726@item semantic-displayor-ghost 726@item semantic-displayer-ghost
727Display completions ``inline'' with the buffer text, as described 727Display completions ``inline'' with the buffer text, as described
728above. This is the default value. 728above. This is the default value.
729 729
730@item semantic-displayor-tooltip 730@item semantic-displayer-tooltip
731Display completions in a tooltip. 731Display completions in a tooltip.
732 732
733@item semantic-displayor-traditional 733@item semantic-displayer-traditional
734Display completions in a separate window. 734Display 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
798idle time (@pxref{Idle Completions Mode}). 798idle 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
802The value of this variable determines how 802The value of this variable determines how
803@code{semantic-complete-analyze-inline} shows its completions. 803@code{semantic-complete-analyze-inline} shows its completions.
804Possible values include: 804Possible values include:
805 805
806@table @code 806@table @code
807@item semantic-displayor-traditional 807@item semantic-displayer-traditional
808Display completions in a separate window. This is the default value. 808Display completions in a separate window. This is the default value.
809 809
810@item semantic-displayor-ghost 810@item semantic-displayer-ghost
811Display completions ``inline'' with the buffer text, similar to the 811Display completions ``inline'' with the buffer text, similar to the
812default behavior of Semantic Idle Completions mode (@pxref{Idle 812default behavior of Semantic Idle Completions mode (@pxref{Idle
813Completions Mode}). 813Completions Mode}).
814 814
815@item semantic-displayor-tooltip 815@item semantic-displayer-tooltip
816Display completions in a tooltip. 816Display completions in a tooltip.
817@end table 817@end table
818@end deffn 818@end deffn