aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-03-23 09:37:39 +0000
committerEli Zaretskii2002-03-23 09:37:39 +0000
commit09041c4bf85e581284ed077cc5a6e1681f95ea74 (patch)
tree762a3a7bf251c980653ef4af21d5831219998e6f
parentdfef6d4974592443cd51bb67b0a890763ac8ea76 (diff)
downloademacs-09041c4bf85e581284ed077cc5a6e1681f95ea74.tar.gz
emacs-09041c4bf85e581284ed077cc5a6e1681f95ea74.zip
Use `colon' instead of `:' in an index only in the Info version.
-rw-r--r--man/building.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/building.texi b/man/building.texi
index ab50834f957..f0f0b786d7b 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -725,9 +725,14 @@ Evaluate all the Lisp expressions in the region.
725Evaluate all the Lisp expressions in the buffer. 725Evaluate all the Lisp expressions in the buffer.
726@end table 726@end table
727 727
728@ifinfo
728@c This uses ``colon'' instead of a literal `:' because Info cannot 729@c This uses ``colon'' instead of a literal `:' because Info cannot
729@c cope with a `:' in a menu 730@c cope with a `:' in a menu
730@kindex M-@key{colon} 731@kindex M-@key{colon}
732@end ifinfo
733@ifnotinfo
734@kindex M-:
735@end ifnotinfo
731@findex eval-expression 736@findex eval-expression
732 @kbd{M-:} (@code{eval-expression}) is the most basic command for evaluating 737 @kbd{M-:} (@code{eval-expression}) is the most basic command for evaluating
733a Lisp expression interactively. It reads the expression using the 738a Lisp expression interactively. It reads the expression using the