]> git.eshelyaron.com Git - emacs.git/commitdiff
(Electric C Characters, Evaluating Emacs-Lisp Expressions): Use <colon>
authorEli Zaretskii <eliz@gnu.org>
Fri, 22 Mar 2002 13:35:53 +0000 (13:35 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Mar 2002 13:35:53 +0000 (13:35 +0000)
instead of : only in Info.

man/programs.texi

index 6cc8c2cbf063efbf0a85f989ea1bef192a25716a..a34d84e5d380608521b6d524ef1ee06b46fdc1f8 100644 (file)
@@ -1557,9 +1557,14 @@ colon with no reindentation or newlines by typing @kbd{C-c :}:
 
 @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}).