diff options
| -rw-r--r-- | info/auto-auto-complete.texinfo | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/info/auto-auto-complete.texinfo b/info/auto-auto-complete.texinfo index 49dc807..891a3ed 100644 --- a/info/auto-auto-complete.texinfo +++ b/info/auto-auto-complete.texinfo @@ -576,7 +576,7 @@ The first thing we want to do for @option{--wrap}  is to give it some default suggestion.  @example -( ;We have cut out everything but (suggestion wrap) +( ;We have cut out everything but (suggestion wrap).    (suggestion wrap (verbatim none inherit 100 60))  )  @end example @@ -587,7 +587,7 @@ can be calculated with  @command{$(( $(stty size | cut -d ' ' -f 2) - 10 ))}.  @example -( ;We have cut out everything but (suggestion wrap) +( ;We have cut out everything but (suggestion wrap).    (suggestion wrap       (verbatim none inherit 100 60)       (calc (pipe (stty size) (cut -d ' ' -f 2)) - 10) | 
