summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2002-03-22 13:35:53 +0000
committerEli Zaretskii <eliz@gnu.org>2002-03-22 13:35:53 +0000
commit3213397adf53483d502dab144a1996ceb94749ae (patch)
treeffe1faf1ddf9211afff979ba89317becd4893837 /man
parent9055297d6236131fb5b501059444c96282c34419 (diff)
downloademacs-3213397adf53483d502dab144a1996ceb94749ae.tar.gz
(Electric C Characters, Evaluating Emacs-Lisp Expressions): Use <colon>
instead of : only in Info.
Diffstat (limited to 'man')
-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 :}:
@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}).