aboutsummaryrefslogtreecommitdiffstats
path: root/man/programs.texi
diff options
context:
space:
mode:
authorEli Zaretskii2002-03-13 18:00:48 +0000
committerEli Zaretskii2002-03-13 18:00:48 +0000
commitc668cdd02bf9c5d855b14acee0bad03b10f067bc (patch)
tree01b63eef288379b45d88663bce88f7535b596fc2 /man/programs.texi
parent756e1ca00490f551d2575fabb15cf086768c7c80 (diff)
downloademacs-c668cdd02bf9c5d855b14acee0bad03b10f067bc.tar.gz
emacs-c668cdd02bf9c5d855b14acee0bad03b10f067bc.zip
(Electric C, Lisp Eval): Avoid makeinfo warnings about colons in indices.
Diffstat (limited to 'man/programs.texi')
-rw-r--r--man/programs.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/programs.texi b/man/programs.texi
index de1fe8961a0..6cc8c2cbf06 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -1557,7 +1557,9 @@ colon with no reindentation or newlines by typing @kbd{C-c :}:
1557 1557
1558@table @kbd 1558@table @kbd
1559@item C-c : 1559@item C-c :
1560@kindex C-c : @r{(C mode)} 1560@c This uses ``colon'' instead of a literal `:' because Info cannot
1561@c cope with a `:' in a menu
1562@kindex C-c @key{colon} @r{(C mode)}
1561@findex c-scope-operator 1563@findex c-scope-operator
1562Insert a double colon scope operator at point, without reindenting the 1564Insert a double colon scope operator at point, without reindenting the
1563line or adding any newlines (@code{c-scope-operator}). 1565line or adding any newlines (@code{c-scope-operator}).