diff options
Diffstat (limited to 'lisp/cedet/semantic/complete.el')
-rw-r--r-- | lisp/cedet/semantic/complete.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/complete.el b/lisp/cedet/semantic/complete.el index b438a1c6e22..8f89d1a51e2 100644 --- a/lisp/cedet/semantic/complete.el +++ b/lisp/cedet/semantic/complete.el @@ -1800,7 +1800,7 @@ Return a cons cell (X . Y)" "The overlay the ghost text is displayed in.") (first-show :initform t :documentation - "Non nil if we have not seen our first show request.") + "Non-nil if we have not seen our first show request.") ) "Cycle completions inline with ghost text. Completion displayer using ghost chars after point for focus options. |