From: Eli Zaretskii Date: Fri, 22 Mar 2002 13:35:53 +0000 (+0000) Subject: (Electric C Characters, Evaluating Emacs-Lisp Expressions): Use X-Git-Tag: ttn-vms-21-2-B4~16027 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da8acb6b4a0a01c06ac8270198d11f04d09e643c;p=emacs.git (Electric C Characters, Evaluating Emacs-Lisp Expressions): Use instead of : only in Info. --- 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 :}: @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}).