diff options
| author | Eli Zaretskii | 2002-03-13 18:00:48 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-03-13 18:00:48 +0000 |
| commit | c668cdd02bf9c5d855b14acee0bad03b10f067bc (patch) | |
| tree | 01b63eef288379b45d88663bce88f7535b596fc2 | |
| parent | 756e1ca00490f551d2575fabb15cf086768c7c80 (diff) | |
| download | emacs-c668cdd02bf9c5d855b14acee0bad03b10f067bc.tar.gz emacs-c668cdd02bf9c5d855b14acee0bad03b10f067bc.zip | |
(Electric C, Lisp Eval): Avoid makeinfo warnings about colons in indices.
| -rw-r--r-- | man/building.texi | 4 | ||||
| -rw-r--r-- | man/programs.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/man/building.texi b/man/building.texi index f3a9abc58f4..ab50834f957 100644 --- a/man/building.texi +++ b/man/building.texi | |||
| @@ -725,7 +725,9 @@ Evaluate all the Lisp expressions in the region. | |||
| 725 | Evaluate all the Lisp expressions in the buffer. | 725 | Evaluate all the Lisp expressions in the buffer. |
| 726 | @end table | 726 | @end table |
| 727 | 727 | ||
| 728 | @kindex M-: | 728 | @c This uses ``colon'' instead of a literal `:' because Info cannot |
| 729 | @c cope with a `:' in a menu | ||
| 730 | @kindex M-@key{colon} | ||
| 729 | @findex eval-expression | 731 | @findex eval-expression |
| 730 | @kbd{M-:} (@code{eval-expression}) is the most basic command for evaluating | 732 | @kbd{M-:} (@code{eval-expression}) is the most basic command for evaluating |
| 731 | a Lisp expression interactively. It reads the expression using the | 733 | a Lisp expression interactively. It reads the expression using the |
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 |
| 1562 | Insert a double colon scope operator at point, without reindenting the | 1564 | Insert a double colon scope operator at point, without reindenting the |
| 1563 | line or adding any newlines (@code{c-scope-operator}). | 1565 | line or adding any newlines (@code{c-scope-operator}). |