summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2002-03-13 19:45:28 +0000
committerEli Zaretskii <eliz@gnu.org>2002-03-13 19:45:28 +0000
commit0db963e296ae7e9aad95e4407f6dc53cacd80d1d (patch)
treea4eae6e3727f3b5f841d86d9a00d926334d24f1b
parente70db32ad39c3c4539d6b2c087704b9d16605ad5 (diff)
downloademacs-0db963e296ae7e9aad95e4407f6dc53cacd80d1d.tar.gz
(Electric C): Avoid makeinfo warnings about colons in indices.
-rw-r--r--man/programs.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/programs.texi b/man/programs.texi
index 43a6233b0cf..ad562941431 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -1556,7 +1556,7 @@ colon with no reindentation or newlines by typing @kbd{C-c :}:
@table @kbd
@item C-c :
-@kindex C-c : @r{(C mode)}
+@kindex C-c @key{colon} @r{(C mode)}
@findex c-scope-operator
Insert a double colon scope operator at point, without reindenting the
line or adding any newlines (@code{c-scope-operator}).