changeset 44088:d22891dea363

(Electric C Characters, Evaluating Emacs-Lisp Expressions): Use <colon> instead of : only in Info.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 22 Mar 2002 13:35:53 +0000
parents c8f919cc34e2
children a8d9fd32a154
files man/programs.texi
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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}).