We made changes in the Emacs manual to eliminate colons in
the index items.  Can you fix Texinfo to support them?

If and when this works, please tell me.

***************
*** 725,731 ****
  Evaluate all the Lisp expressions in the buffer.
  @end table
  
! @kindex M-:
  @findex eval-expression
    @kbd{M-:} (@code{eval-expression}) is the most basic command for evaluating
  a Lisp expression interactively.  It reads the expression using the
--- 725,733 ----
  Evaluate all the Lisp expressions in the buffer.
  @end table
  
! @c This uses ``colon'' instead of a literal `:' because Info cannot
! @c cope with a `:' in a menu
! @kindex M-@key{colon}
  @findex eval-expression
    @kbd{M-:} (@code{eval-expression}) is the most basic command for evaluating
  a Lisp expression interactively.  It reads the expression using the

_______________________________________________
Bug-texinfo mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-texinfo

Reply via email to