aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-10-11 22:12:40 +0200
committerMattias Andrée <maandree@operamail.com>2014-10-11 22:12:40 +0200
commit699229e6d4075b78b9e36332c295c043235081dc (patch)
treeaa17bdd76f39e3cf8e6454e390d321e6ae1f5249
parentthe rest of the syntax (diff)
downloadauto-auto-complete-699229e6d4075b78b9e36332c295c043235081dc.tar.gz
auto-auto-complete-699229e6d4075b78b9e36332c295c043235081dc.tar.bz2
auto-auto-complete-699229e6d4075b78b9e36332c295c043235081dc.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--info/auto-auto-complete.texinfo4
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)