# HG changeset patch # User Eli Zaretskii # Date 1016804153 0 # Node ID d22891dea363637059088d695be51c6a8896f1b1 # Parent c8f919cc34e266e7daddc91b503c96a8ad074e6c (Electric C Characters, Evaluating Emacs-Lisp Expressions): Use instead of : only in Info. diff -r c8f919cc34e2 -r d22891dea363 man/programs.texi --- a/man/programs.texi Fri Mar 22 13:30:14 2002 +0000 +++ b/man/programs.texi Fri Mar 22 13:35:53 2002 +0000 @@ -1557,9 +1557,14 @@ @table @kbd @item C-c : +@ifinfo @c This uses ``colon'' instead of a literal `:' because Info cannot @c cope with a `:' in a menu @kindex C-c @key{colon} @r{(C mode)} +@end ifinfo +@ifnotinfo +@kindex C-c : @r{(C mode)} +@end ifnotinfo @findex c-scope-operator Insert a double colon scope operator at point, without reindenting the line or adding any newlines (@code{c-scope-operator}).