summaryrefslogtreecommitdiff
path: root/doc/misc/sem-user.texi
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-06-27 18:13:18 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-06-27 18:13:18 +0200
commit2fbcda71a9f1d6ebff041203cb5ca4979decdf3e (patch)
tree5499e872ac1bed77d588d1faf2d3e58ff5d9f48d /doc/misc/sem-user.texi
parent8a11e430ec261c08cc928a7a5b05ee1027f50368 (diff)
downloademacs-2fbcda71a9f1d6ebff041203cb5ca4979decdf3e.tar.gz
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.
If the tag at point has at least one completion, Semantic Idle
Completions mode displays that completion inline---i.e., as part of
the buffer text (you can change the display method by customizing
-@code{semantic-complete-inline-analyzer-idle-displayor-class}, as
+@code{semantic-complete-inline-analyzer-idle-displayer-class}, as
described below). The completed part is highlighted, to indicate that
it is not yet properly inserted into the buffer. The echo area shows
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
a state for inline completion.
@end deffn
-@deffn Option semantic-complete-inline-analyzer-idle-displayor-class
+@deffn Option semantic-complete-inline-analyzer-idle-displayer-class
The value of this variable determines how
@code{semantic-complete-analyze-inline-idle} shows its completions.
Possible values include:
@table @code
-@item semantic-displayor-ghost
+@item semantic-displayer-ghost
Display completions ``inline'' with the buffer text, as described
above. This is the default value.
-@item semantic-displayor-tooltip
+@item semantic-displayer-tooltip
Display completions in a tooltip.
-@item semantic-displayor-traditional
+@item semantic-displayer-traditional
Display completions in a separate window.
@end table
@end deffn
@@ -798,21 +798,21 @@ explicitly, whereas Semantic Idle Completions mode completes during
idle time (@pxref{Idle Completions Mode}).
@end deffn
-@deffn Option semantic-complete-inline-analyzer-idle-displayor-class
+@deffn Option semantic-complete-inline-analyzer-idle-displayer-class
The value of this variable determines how
@code{semantic-complete-analyze-inline} shows its completions.
Possible values include:
@table @code
-@item semantic-displayor-traditional
+@item semantic-displayer-traditional
Display completions in a separate window. This is the default value.
-@item semantic-displayor-ghost
+@item semantic-displayer-ghost
Display completions ``inline'' with the buffer text, similar to the
default behavior of Semantic Idle Completions mode (@pxref{Idle
Completions Mode}).
-@item semantic-displayor-tooltip
+@item semantic-displayer-tooltip
Display completions in a tooltip.
@end table
@end deffn