Mercurial > emacs
diff man/programs.texi @ 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 | c5ea7e769ffd |
| children | 9ee4a7e22180 |
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}).
