aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/programs.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/programs.texi b/man/programs.texi
index 6cc8c2cbf06..a34d84e5d38 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -1557,9 +1557,14 @@ colon with no reindentation or newlines by typing @kbd{C-c :}:
1557 1557
1558@table @kbd 1558@table @kbd
1559@item C-c : 1559@item C-c :
1560@ifinfo
1560@c This uses ``colon'' instead of a literal `:' because Info cannot 1561@c This uses ``colon'' instead of a literal `:' because Info cannot
1561@c cope with a `:' in a menu 1562@c cope with a `:' in a menu
1562@kindex C-c @key{colon} @r{(C mode)} 1563@kindex C-c @key{colon} @r{(C mode)}
1564@end ifinfo
1565@ifnotinfo
1566@kindex C-c : @r{(C mode)}
1567@end ifnotinfo
1563@findex c-scope-operator 1568@findex c-scope-operator
1564Insert a double colon scope operator at point, without reindenting the 1569Insert a double colon scope operator at point, without reindenting the
1565line or adding any newlines (@code{c-scope-operator}). 1570line or adding any newlines (@code{c-scope-operator}).